diff options
author | myk%mozilla.org <> | 2002-09-29 03:51:52 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-09-29 03:51:52 +0200 |
commit | b14bfb211d5787cf30f42a2e9c3a311bf09800c3 (patch) | |
tree | 8ec2a40e8f0b549dfa02261a1b81886b1d9001ac /editproducts.cgi | |
parent | 91b171e7584920d03abb9c45e779c84f3dee975c (diff) | |
download | bugzilla-b14bfb211d5787cf30f42a2e9c3a311bf09800c3.tar.gz bugzilla-b14bfb211d5787cf30f42a2e9c3a311bf09800c3.tar.xz |
Checking in build bustage.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 3db7c6f84..d7c28f7cb 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 |