diff options
author | Simo Leone <simo@archlinux.org> | 2008-03-22 19:21:58 +0100 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-03-23 09:07:22 +0100 |
commit | 99e65b28d840d4705a0a0de3ae2499d97878cb14 (patch) | |
tree | c30c4a25b910360d95d1f229dcb1e44bcf2ff62a /web/template | |
parent | da3b397ac9bf8e87d90f0fb686d5352533e2bb9f (diff) | |
download | aur-99e65b28d840d4705a0a0de3ae2499d97878cb14.tar.gz aur-99e65b28d840d4705a0a0de3ae2499d97878cb14.tar.xz |
Revamped pkg_search_page()
- Reduced database hits
- Improved speed
- Improved sanity (slightly)
- Fixed searches,buttons,gizmos
Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php index ea8d43d8..88fd6f65 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -48,7 +48,7 @@ if (isset($_COOKIE["AURSID"])) { ?> <li><a href="/logout.php"><?php print __("Logout"); ?></a></li> <li><a href="/pkgsubmit.php"><?php print __("Submit"); ?></a></li> - <li><a href="/packages.php?do_MyPackages=1"><?php print __("My Packages"); ?></a></li> + <li><a href="/packages.php?SeB=m&K=<?php print username_from_sid($_COOKIE["AURSID"]); ?>"><?php print __("My Packages"); ?></a></li> <?php if (account_from_sid($_COOKIE["AURSID"]) == "Trusted User" || account_from_sid($_COOKIE["AURSID"]) == "Developer") { |