summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authoreric <eric>2004-07-01 23:05:15 +0200
committereric <eric>2004-07-01 23:05:15 +0200
commitab6afc990ccfca02e3c027be2b97ded6c9f51ad6 (patch)
treed94d17e08d631664e1fd3c937245cbac7e9b435f /web/html
parentedabcc0bebc12755280d2f309b694e3c3969c5e0 (diff)
downloadaur-ab6afc990ccfca02e3c027be2b97ded6c9f51ad6.tar.gz
aur-ab6afc990ccfca02e3c027be2b97ded6c9f51ad6.tar.xz
checking in from work
Diffstat (limited to 'web/html')
-rw-r--r--web/html/pkgsearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/pkgsearch.php b/web/html/pkgsearch.php
index 3d78c33d..445e7767 100644
--- a/web/html/pkgsearch.php
+++ b/web/html/pkgsearch.php
@@ -107,9 +107,9 @@ if (isset($_REQUEST["do_Flag"])) {
if (!isset($_REQUEST["ID"]) || !intval($_REQUEST["ID"])) {
print __("Error trying to retrieve package details.")."<br />\n";
-
- } else {
+ } else {
+ package_details($_REQUEST["ID"]);
}
print "<br />\n";