summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc
diff options
context:
space:
mode:
authoreric <eric>2004-06-29 02:56:31 +0200
committereric <eric>2004-06-29 02:56:31 +0200
commit6249c40e9417aff0ab8eb6f84c1f6693771c7b81 (patch)
tree5331d03317404d7422e5cf4ec32a348e1c2bea89 /web/lib/acctfuncs.inc
parent4b80bc34ffb738ef3cd1a7944e8716d3e8140565 (diff)
downloadaur-6249c40e9417aff0ab8eb6f84c1f6693771c7b81.tar.gz
aur-6249c40e9417aff0ab8eb6f84c1f6693771c7b81.tar.xz
fleshing out the package logic, renamed pkg include files for consistency
Diffstat (limited to 'web/lib/acctfuncs.inc')
-rw-r--r--web/lib/acctfuncs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc
index 9cd7fab2..d27b96f4 100644
--- a/web/lib/acctfuncs.inc
+++ b/web/lib/acctfuncs.inc
@@ -464,6 +464,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
}
$search_vars[] = "SB";
$q.= "LIMIT ". $OFFSET . ", " . $HITS_PER_PAGE;
+
$result = db_query($q, $dbh);
if (!$result) {
print __("No results matched your search criteria.");