From: dave%intrec.com <> Date: Thu, 7 Sep 2000 13:22:10 +0000 (+0000) Subject: Fix for bug 51508: Unclosed around named queries in command menu. X-Git-Tag: bugzilla-2.12~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e109eb2a3b81c5e5b79f15b5c3fc74475bdd9e;p=thirdparty%2Fbugzilla.git Fix for bug 51508: Unclosed around named queries in command menu. Patch by john.beranek@pace.co.uk (John Beranek) --- diff --git a/CGI.pl b/CGI.pl index 1ee02e2d6e..4b85caec67 100644 --- a/CGI.pl +++ b/CGI.pl @@ -936,7 +936,7 @@ sub GetCommandMenu { "WHERE userid = $userid AND linkinfooter"); while (MoreSQLData()) { my ($name, $query) = (FetchSQLData()); - $html .= qq{ | $name}; + $html .= qq{ | $name}; } $html .= " | Edit prefs"; if (UserInGroup("tweakparams")) {