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

@@ -365,7 +365,7 @@ class G
<td colspan=2 nowrap><font color=gray>File: $file</font></td></tr>
";
for ($i = $start; $i <= $end; $i++) {
$str = @highlight_string ("<?" . $__src_array[$file][$i-1] . "?>", TRUE);
$str = @highlight_string ("<?php" . $__src_array[$file][$i-1] . "?>", TRUE);
$pos1 = strpos ($str,"&lt;?");
$pos2 = strrpos ($str,"?&gt;");
@@ -1651,7 +1651,7 @@ class G
}
}
$f = fopen( $cacheFile , 'w');
fwrite( $f , "<?\n" );
fwrite( $f , "<?php\n" );
fwrite( $f , '$arrayXmlMessages[\'' . $languageFile . '\']=' . 'unserialize(\'' .
addcslashes( serialize ( $arrayXmlMessages[ $languageFile ] ), '\\\'' ) .
"');\n");