ChangeSet ID: 31365 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/09/08 19:32:29
Modified files: include : version.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix obsolete notice in setup emails
Patch: http://cvs.winehq.org/patch.py?id=31365
Old revision New revision Changes Path 1.152 1.153 +1 -0 appdb/include/version.php
Index: appdb/include/version.php diff -u -p appdb/include/version.php:1.152 appdb/include/version.php:1.153 --- appdb/include/version.php:1.152 9 Sep 2007 0:32:29 -0000 +++ appdb/include/version.php 9 Sep 2007 0:32:29 -0000 @@ -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";