ChangeSet ID: 24437 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/04/26 20:44:57
Modified files: admin : adminAppQueue.php
Log message: Tony Lambregts tony.lambregts@gmail.com Add a message to the app/version deletion email to clarify deletions due the app/version being moved
Patch: http://cvs.winehq.org/patch.py?id=24437
Old revision New revision Changes Path 1.53 1.54 +2 -0 appdb/admin/adminAppQueue.php
Index: appdb/admin/adminAppQueue.php diff -u -p appdb/admin/adminAppQueue.php:1.53 appdb/admin/adminAppQueue.php:1.54 --- appdb/admin/adminAppQueue.php:1.53 27 Apr 2006 1:44:57 -0000 +++ appdb/admin/adminAppQueue.php 27 Apr 2006 1:44:57 -0000 @@ -208,6 +208,7 @@ if ($_REQUEST['sub']) $oVersion->update();
/* delete the appId that is the duplicate */ + $_REQUEST['replyText'] = "Your Vesion information was moved to an existing Application"; $oAppDelete = new Application($oApp->iAppId); $oAppDelete->delete(); } @@ -224,6 +225,7 @@ if ($_REQUEST['sub']) $oTest->update();
// delete the Version entry + $_REQUEST['replyText'] = "Your Test results were moved to existing version"; $oVersion = new Version($_REQUEST['versionId']); $oVersion->delete(); }