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:
parent
ea30288c1f
commit
45c9c2b5a6
@ -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});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user