fleshing out the package logic, renamed pkg include files for consistency

This commit is contained in:
eric 2004-06-29 00:56:31 +00:00
parent 4b80bc34ff
commit 6249c40e94
7 changed files with 81 additions and 52 deletions

View file

@ -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.");