From ea27897238e05f36d73ab49698a715ce000c0f91 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Tue, 28 Dec 2004 00:05:00 +0000 Subject: [PATCH] Shows votes for an app in appview --- appview.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appview.php b/appview.php index 764ee32..9540976 100644 --- a/appview.php +++ b/appview.php @@ -267,9 +267,12 @@ if($appId && !$versionId) echo " Vendor ". " ".stripslashes($vendor->vendorName)."  \n"; echo " BUGS ". - " Check for bugs in bugzilla  \n"; + " Check for bugs in bugzilla  \n"; echo " \n"; - + echo " Votes "; + echo vote_count_app_total($data->appId); + echo " \n"; + // display notes display_notes($appId);