Commit e0df9389 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch by…

Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch by justdave; r=gerv, bbaetz.
parent c426e1c4
......@@ -692,7 +692,7 @@ if ($action eq 'edit') {
SendSQL("SELECT userregexp
FROM groups
WHERE name=" . SqlQuote($product));
$userregexp = FetchOneColumn();
$userregexp = FetchOneColumn() || "";
}
print "<FORM METHOD=POST ACTION=editproducts.cgi>\n";
......
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