fix for 4735

This commit is contained in:
toyomoyo 2006-02-13 02:44:37 +00:00
parent 583dfd073d
commit 48dbefcd7d

View File

@ -119,7 +119,7 @@
$first = true;
foreach ($enstring as $key => $value) {
if (empty($string[$key])) {
if (empty($string[$key]) and $string[$key] != "0") { //bug fix 4735 mits
$value = htmlspecialchars($value);
$value = str_replace("$"."a", "\\$"."a", $value);
$value = str_replace("%%","%",$value);