summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdoeditcomponents.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doeditcomponents.cgi b/doeditcomponents.cgi
index 048ec1185..7e8cc494c 100755
--- a/doeditcomponents.cgi
+++ b/doeditcomponents.cgi
@@ -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});