ChangeSet ID: 31214 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/06/16 12:04:56
Modified files: cron : cleanup.php
Log message: Chris Morgan cmorgan@alum.wpi.edu Fix cron maintenance email subject for database error log emails. Forgot to flag $sEmailSubject as global
Patch: http://cvs.winehq.org/patch.py?id=31214
Old revision New revision Changes Path 1.43 1.44 +1 -0 appdb/cron/cleanup.php
Index: appdb/cron/cleanup.php diff -u -p appdb/cron/cleanup.php:1.43 appdb/cron/cleanup.php:1.44 --- appdb/cron/cleanup.php:1.43 16 Jun 2007 17: 4:56 -0000 +++ appdb/cron/cleanup.php 16 Jun 2007 17: 4:56 -0000 @@ -254,6 +254,7 @@ function orphanSessionListCheck() // report the database error log entries to the mailing list function reportErrorLogEntries() { + global $sEmailSubject; error_log::mail_admins_error_log($sEmailSubject); error_log::flush(); }