summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi
index 675a70d9e..a34812c8d 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -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)");