From 84d3f076f7ff0368c8f9a376d99edb7f5eea8513 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 7 Jul 2006 19:24:33 +0000 Subject: [PATCH] Variable is $iAppId, not $appId --- appview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview.php b/appview.php index 23a22f8..bedb79d 100644 --- a/appview.php +++ b/appview.php @@ -56,7 +56,7 @@ function display_catpath($catId, $appId, $versionId = '') */ function display_bundle($iAppId) { - $oApp = new Application($appId); + $oApp = new Application($iAppId); $hResult = query_parameters("SELECT appFamily.appId, appName, description FROM appBundle, appFamily ". "WHERE appFamily.queued='false' AND bundleId = '?' AND appBundle.appId = appFamily.appId", $iAppId);