From: myk%mozilla.org <> Date: Sun, 29 Sep 2002 01:51:52 +0000 (+0000) Subject: Checking in build bustage. X-Git-Tag: bugzilla-2.17.1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14bfb211d5787cf30f42a2e9c3a311bf09800c3;p=thirdparty%2Fbugzilla.git Checking in build bustage. --- diff --git a/editproducts.cgi b/editproducts.cgi index 3db7c6f84f..d7c28f7cb6 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -541,7 +541,7 @@ if ($action eq 'delete') { profiles WRITE, milestones WRITE, flaginclusions WRITE, - flagexclusions WRITE); + flagexclusions WRITE"); # According to MySQL doc I cannot do a DELETE x.* FROM x JOIN Y, # so I have to iterate over bugs and delete all the indivial entries