appdb/include version.php
ChangeSet ID: 30901 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/01/20 22:31:55 Modified files: include : version.php Log message: "Michael Ploujnikov" <ploujj(a)gmail.com> Add a missing space to license WhatChanged Patch: http://cvs.winehq.org/patch.py?id=30901 Old revision New revision Changes Path 1.98 1.99 +1 -1 appdb/include/version.php Index: appdb/include/version.php diff -u -p appdb/include/version.php:1.98 appdb/include/version.php:1.99 --- appdb/include/version.php:1.98 21 Jan 2007 4:31:55 -0000 +++ appdb/include/version.php 21 Jan 2007 4:31:55 -0000 @@ -200,7 +200,7 @@ class Version { $this->sLicense, $this->iVersionId)) return FALSE; - $sWhatChanged .= "License was changed from $oVersion->sLicense to". + $sWhatChanged .= "License was changed from $oVersion->sLicense to ". "$this->sLicense.\n\n"; }
participants (1)
-
WineHQ