diff options
author | eric <eric> | 2004-06-24 00:34:20 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-24 00:34:20 +0000 |
commit | 9c6ec26c3279ca3e1d186196d229449d9501c386 (patch) | |
tree | 90975acfde91f7af6d56fb4abf3a0b069613e9c0 /web/html/pkgsearch.php | |
parent | 252855ad9cbc9667faba0627680333137d70da9f (diff) | |
download | aurweb-9c6ec26c3279ca3e1d186196d229449d9501c386.tar.xz |
started working on the pkgsearch
Diffstat (limited to 'web/html/pkgsearch.php')
-rw-r--r-- | web/html/pkgsearch.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/pkgsearch.php b/web/html/pkgsearch.php index 3911b85..b47ee95 100644 --- a/web/html/pkgsearch.php +++ b/web/html/pkgsearch.php @@ -1,5 +1,6 @@ <? include("aur.inc"); # access AUR common functions +include("pkgs.inc"); # package specific functions include("search_po.inc"); # use some form of this for i18n support set_lang(); # this sets up the visitor's language check_sid(); # see if they're still logged in @@ -35,6 +36,7 @@ if ($atype && $_REQUEST["Action"] == "Something") { # do the default thing - give the user a search form that they # can specify: location, category, maintainer, name, 'my pkgs' # + pkg_search_page(); } print __("Under construction...")."<br/>\n"; |