ChangeSet ID: 31022 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/04/01 11:49:28
Modified files: include : testData.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix testData::unQueue() emails by passing 'add' to ::mailSubmitter(). Previously 'unQueue' was passed but testData::mailSubmitter() doesn't recognize this so likely the response email had an empty subject
Patch: http://cvs.winehq.org/patch.py?id=31022
Old revision New revision Changes Path 1.35 1.36 +1 -1 appdb/include/testData.php
Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.35 appdb/include/testData.php:1.36 --- appdb/include/testData.php:1.35 1 Apr 2007 16:49:28 -0000 +++ appdb/include/testData.php 1 Apr 2007 16:49:28 -0000 @@ -195,7 +195,7 @@ class testData{ { $this->sQueued = 'false'; // we send an e-mail to interested people - $this->mailSubmitter("unQueue"); + $this->mailSubmitter("add"); $this->SendNotificationMail(); } }