From 0783233289da18f22fafabf951a4f1208b6c1ec4 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 17 Nov 2004 23:00:01 +0000 Subject: [PATCH] appimage.php takes needs to be passed imageId not appId and versionId --- appview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appview.php b/appview.php index c60217a..609ba21 100644 --- a/appview.php +++ b/appview.php @@ -79,8 +79,8 @@ function get_screenshot_img($appId, $versionId) else { $ob = mysql_fetch_object($result); - $imgFile = "$ob->description"; + $imgFile = "$ob->description"; } $img = html_frame_start("",'128','',2);