Commit f9449010 authored by terry%mozilla.org's avatar terry%mozilla.org

Missing some whitespace that may be vital.

parent 8485e0fd
......@@ -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});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment