From e8e68bf76f494097598e4c27f55153864c99468b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 9 Sep 2007 00:32:29 +0000 Subject: [PATCH] Fix obsolete notice in setup emails --- include/version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/version.php b/include/version.php index 0c0f254..aaafc4c 100644 --- a/include/version.php +++ b/include/version.php @@ -207,6 +207,7 @@ class version { { if(!query_parameters("UPDATE appVersion SET obsoleteBy = '?' WHERE versionId = '?'", $this->iObsoleteBy, $this->iVersionId)) + return FALSE; if($this->iObsoleteBy) $sWhatChanged .= "The version was marked as obsolete.\n\n";