From 402c6d0933127d5337b33f4a3fdb45615c6300d6 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Fri, 20 Feb 2009 20:59:07 -0500 Subject: Fix the comment poop bug. Signed-off-by: Loui Chang --- web/html/packages.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/html') diff --git a/web/html/packages.php b/web/html/packages.php index 4e52fa0c..5b2d5ef4 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -62,12 +62,12 @@ if ($output): \n"; } else { - package_details($_GET["ID"], $_COOKIE["AURSID"]); + package_details($_GET['ID'], $_COOKIE["AURSID"]); } } else { pkg_search_page($_COOKIE["AURSID"]); -- cgit v1.2.3-24-g4f1b