Commit 4adfa913 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 314795: [Oracle] SQL query in query.cgi is missing a space

Patch By Lance Larsh <lance.larsh@oracle.com> r=vladd, a=myk
parent 967d3f66
......@@ -391,7 +391,7 @@ $default{'charts'} = \@charts;
if ($userid) {
$vars->{'namedqueries'} = $dbh->selectcol_arrayref(
"SELECT name FROM namedqueries " .
"WHERE userid = ? AND name != ?" .
"WHERE userid = ? AND name != ? " .
"ORDER BY name",
undef, ($userid, DEFAULT_QUERY_NAME));
}
......
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