Fix "be a (super)maintainer" which was leading to a fatal error

This commit is contained in:
Jonathan Ernst
2005-02-07 04:31:26 +00:00
committed by WineHQ
parent 5f9d5c5c54
commit fa98124783
4 changed files with 53 additions and 32 deletions

View File

@@ -369,7 +369,7 @@ function get_screenshots($iAppId = null, $iVersionId = null)
FROM appData, appVersion
WHERE appVersion.versionId = appData.versionId
AND type = 'image'
AND appId = ".$iAppId;
AND appData.appId = ".$iAppId;
}
/*
* We want all screenshots for this version.