appdb/include distribution.php

WineHQ wineowner at wine.codeweavers.com
Mon Jan 29 18:43:33 CST 2007


ChangeSet ID:	30915
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/01/29 18:43:33

Modified files:
	include        : distribution.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at 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;
     }
 
 



More information about the wine-cvs mailing list