From f9449010d7fa380286b74d088fa087ef2a92cb88 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 7 Oct 1999 02:07:38 +0000 Subject: Missing some whitespace that may be vital. --- doeditcomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doeditcomponents.cgi') 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

"; if ($checkemail) { DBNameToIdAndCheck($::FORM{$field}); -- cgit v1.2.3-24-g4f1b