Missing some whitespace that may be vital.

git-svn-id: svn://10.0.0.236/trunk@49991 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org 1999-10-06 19:07:38 +00:00
parent ea30288c1f
commit 45c9c2b5a6

View File

@ -78,7 +78,7 @@ sub DoOne {
$table = "components";
}
push @cmds, "update $table set $name=" .
SqlQuote($::FORM{$field}) . "where $where";
SqlQuote($::FORM{$field}) . " where $where";
print "Changed $name for $where <P>";
if ($checkemail) {
DBNameToIdAndCheck($::FORM{$field});