From 009e7d9716e78bf32671bb91814fb099ced2f41e Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Wed, 26 Oct 2005 02:14:17 +0000 Subject: [PATCH] Fix variables that don't exist --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.php b/include/version.php index 1d178ea..69b29e7 100644 --- a/include/version.php +++ b/include/version.php @@ -40,7 +40,7 @@ class Version { /* * We fetch the data related to this version. */ - if(!$this->versionId) + if(!$this->iVersionId) { $sQuery = "SELECT * FROM appVersion