Commit dd8f8ced authored by matty%chariot.net.au's avatar matty%chariot.net.au

Bug 110276:SQL error in globals.pl.

Patch by me, r=bbaetz,caillon.
parent 6eb9bbe3
......@@ -124,7 +124,8 @@ node [URL="${urlbase}show_bug.cgi?id=\\N", style=filled, color=lightgrey]
my $summary = "";
my $stat;
if ($::FORM{'showsummary'}) {
SendSQL(SelectVisible("select bug_status, short_desc from bugs where bug_id = $k",
SendSQL(SelectVisible("SELECT bug_status, short_desc FROM bugs " .
"WHERE bugs.bug_id = $k",
$::userid,
$::usergroupset));
($stat, $summary) = (FetchSQLData());
......
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