From: gerv%gerv.net <> Date: Thu, 18 Apr 2002 04:12:43 +0000 (+0000) Subject: Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch by justda... X-Git-Tag: bugzilla-2.16rc1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0df93893fce1a1c2035badd63171b6efa0fc551;p=thirdparty%2Fbugzilla.git Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch by justdave; r=gerv, bbaetz. --- diff --git a/editproducts.cgi b/editproducts.cgi index c11c65db71..5db498ca10 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 "
\n";