Replaced '<?php' with '<?'

This commit is contained in:
abraar
2011-01-06 11:11:53 +00:00
parent 693ea10113
commit 3562b03fa3
19 changed files with 41 additions and 41 deletions

View File

@@ -95,7 +95,7 @@ class Translation extends BaseTranslation {
$f = fopen( $cacheFile , 'w');
fwrite( $f , "<?\n" );
fwrite( $f , "<?php\n" );
fwrite( $f , '$translation =' . 'unserialize(\'' . addcslashes( serialize ( $translation ), '\\\'' ) . "');\n");
fwrite( $f , "?>" );
fclose( $f );