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:
jouni%heikniemi.net
2003-03-08 20:40:41 +00:00
parent ad152bac78
commit f67af89681

View File

@@ -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)");