summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-18 06:12:43 +0200
committergerv%gerv.net <>2002-04-18 06:12:43 +0200
commite0df93893fce1a1c2035badd63171b6efa0fc551 (patch)
tree3612887e62d4307268d7baa526a26f5f8942856f /editproducts.cgi
parentc426e1c4b07a8ea610af67e6f08f507e4e8cf7e5 (diff)
downloadbugzilla-e0df93893fce1a1c2035badd63171b6efa0fc551.tar.gz
bugzilla-e0df93893fce1a1c2035badd63171b6efa0fc551.tar.xz
Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch by justdave; r=gerv, bbaetz.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi
index c11c65db7..5db498ca1 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -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";