From 4adfa913f49588500ef65bf23d4870669827eb7d Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 3 Nov 2005 04:49:14 +0000 Subject: Bug 314795: [Oracle] SQL query in query.cgi is missing a space Patch By Lance Larsh r=vladd, a=myk --- query.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 114cb7f9f..1e2510ab7 100755 --- a/query.cgi +++ b/query.cgi @@ -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)); } -- cgit v1.2.3-24-g4f1b