Commit 65cb79f9 authored by jouni%heikniemi.net's avatar jouni%heikniemi.net

Bug 190848: Adding a new product results in a software error.

Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave
parent 5bf042f9
......@@ -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)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment