]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 190848: Adding a new product results in a software error.
authorjouni%heikniemi.net <>
Sun, 9 Mar 2003 04:40:41 +0000 (04:40 +0000)
committerjouni%heikniemi.net <>
Sun, 9 Mar 2003 04:40:41 +0000 (04:40 +0000)
Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave

editproducts.cgi

index 675a70d9e8332a9096db4ac8219a7f6176be74fa..a34812c8ddbc614debc8d5fc27189ee21ca9fdb9 100755 (executable)
@@ -384,7 +384,6 @@ if ($action eq 'new') {
                 SendSQL("INSERT INTO group_control_map " .
                         "(group_id, product_id, entry, " .
                         "membercontrol, othercontrol, canedit) VALUES " .
-                        "entry, control, canedit) VALUES " .
                         "($grpid, $product_id, 0, " .
                         CONTROLMAPSHOWN . ", " .
                         CONTROLMAPNA . ", 0)");