Variable is $iAppId, not $appId

This commit is contained in:
Chris Morgan
2006-07-07 19:24:33 +00:00
committed by WineHQ
parent e9456af9d5
commit 84d3f076f7

View File

@@ -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);