]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Checking in build bustage.
authormyk%mozilla.org <>
Sun, 29 Sep 2002 01:51:52 +0000 (01:51 +0000)
committermyk%mozilla.org <>
Sun, 29 Sep 2002 01:51:52 +0000 (01:51 +0000)
editproducts.cgi

index 3db7c6f84fb79207f35fa818465532f68223a9e5..d7c28f7cb660e6a61ef619a39da612f2ff3bf808 100755 (executable)
@@ -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