Bug 190848: Adding a new product results in a software error.
Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave git-svn-id: svn://10.0.0.236/trunk@139160 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user