From: terry%mozilla.org <> Date: Thu, 7 Oct 1999 02:07:38 +0000 (+0000) Subject: Missing some whitespace that may be vital. X-Git-Tag: bugzilla-2.8~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9449010d7fa380286b74d088fa087ef2a92cb88;p=thirdparty%2Fbugzilla.git Missing some whitespace that may be vital. --- diff --git a/doeditcomponents.cgi b/doeditcomponents.cgi index 048ec1185e..7e8cc494c9 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
"; if ($checkemail) { DBNameToIdAndCheck($::FORM{$field});