ChangeSet ID: 31201 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/06/14 23:35:23
Modified files: cron : cleanup.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Fix typo
Patch: http://cvs.winehq.org/patch.py?id=31201
Old revision New revision Changes Path 1.40 1.41 +1 -1 appdb/cron/cleanup.php
Index: appdb/cron/cleanup.php diff -u -p appdb/cron/cleanup.php:1.40 appdb/cron/cleanup.php:1.41 --- appdb/cron/cleanup.php:1.40 15 Jun 2007 4:35:23 -0000 +++ appdb/cron/cleanup.php 15 Jun 2007 4:35:23 -0000 @@ -328,6 +328,6 @@ function removeScreenshotsWithMissingFil }
// log out as user - $oUser->logout() + $oUser->logout(); } ?>