]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Missing some whitespace that may be vital.
authorterry%mozilla.org <>
Thu, 7 Oct 1999 02:07:38 +0000 (02:07 +0000)
committerterry%mozilla.org <>
Thu, 7 Oct 1999 02:07:38 +0000 (02:07 +0000)
doeditcomponents.cgi

index 048ec1185e2d5747230428c55fa328ef9716e35e..7e8cc494c9e24eefaed7ce183c68561a684b13e7 100755 (executable)
@@ -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});