mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
fleshing out the package logic, renamed pkg include files for consistency
This commit is contained in:
parent
4b80bc34ff
commit
6249c40e94
7 changed files with 81 additions and 52 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue