Fix variables that don't exist

This commit is contained in:
Jonathan Ernst
2005-10-26 02:14:17 +00:00
committed by WineHQ
parent 89abe706dc
commit 009e7d9716

View File

@@ -40,7 +40,7 @@ class Version {
/* /*
* We fetch the data related to this version. * We fetch the data related to this version.
*/ */
if(!$this->versionId) if(!$this->iVersionId)
{ {
$sQuery = "SELECT * $sQuery = "SELECT *
FROM appVersion FROM appVersion