appdb/include version.php

WineHQ wineowner at wine.codeweavers.com
Thu Aug 23 21:54:07 CDT 2007


ChangeSet ID:	31341
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/08/23 21:54:07

Modified files:
	include        : version.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Fix $bSilent parameter for comment::delete() to be 'true', which makes the deletion silent.
	Fixes previous commit.

Patch: http://cvs.winehq.org/patch.py?id=31341

Old revision  New revision  Changes     Path
 1.147         1.148         +1 -1       appdb/include/version.php

Index: appdb/include/version.php
diff -u -p appdb/include/version.php:1.147 appdb/include/version.php:1.148
--- appdb/include/version.php:1.147	24 Aug 2007  2:54: 7 -0000
+++ appdb/include/version.php	24 Aug 2007  2:54: 7 -0000
@@ -259,7 +259,7 @@ class version {
 
             // delete the comment silently, we don't want to send out
             // any notifications since the version is being deleted
-            $oComment->delete(false);
+            $oComment->delete(true);
         }
 
 



More information about the wine-cvs mailing list