ChangeSet ID: 30915 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/01/29 18:43:33
Modified files: include : distribution.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Return true on sucess in distribution::delete()
Patch: http://cvs.winehq.org/patch.py?id=30915
Old revision New revision Changes Path 1.6 1.7 +2 -0 appdb/include/distribution.php
Index: appdb/include/distribution.php diff -u -p appdb/include/distribution.php:1.6 appdb/include/distribution.php:1.7 --- appdb/include/distribution.php:1.6 30 Jan 2007 0:43:33 -0000 +++ appdb/include/distribution.php 30 Jan 2007 0:43:33 -0000 @@ -162,6 +162,8 @@ class distribution { $this->SendNotificationMail("delete");
$this->mailSubmitter("delete"); + + return true; }