removing ?> followed by whitespaces
This commit is contained in:
parent
956a2335ad
commit
c32c116957
5 changed files with 0 additions and 10 deletions
|
@ -4,5 +4,3 @@
|
|||
// are doing!
|
||||
define ("ORDER_BY", 0x400);
|
||||
define ("ORDER_BY_DESC", 0x800);
|
||||
|
||||
?>
|
|
@ -66,5 +66,3 @@ $outputstr = $outputstr . ");\n";
|
|||
|
||||
$outputstr = $outputstr . "?>\n";
|
||||
file_put_contents($prods_api_num_file, $outputstr);
|
||||
|
||||
?>
|
||||
|
|
|
@ -71,5 +71,3 @@ $outputstr = $outputstr . ");\n";
|
|||
|
||||
$outputstr = $outputstr . "?>\n";
|
||||
file_put_contents($prods_error_table_file, $outputstr);
|
||||
|
||||
?>
|
|
@ -69,5 +69,3 @@ $outputstr = $outputstr . ");\n";
|
|||
|
||||
$outputstr = $outputstr . "?>\n";
|
||||
file_put_contents($prods_genque_keywd_file, $outputstr);
|
||||
|
||||
?>
|
|
@ -59,5 +59,3 @@ $outputstr = $outputstr . ");\n";
|
|||
|
||||
$outputstr = $outputstr . "?>\n";
|
||||
file_put_contents($prods_genque_num_file, $outputstr);
|
||||
|
||||
?>
|
Loading…
Reference in a new issue