ChangeSet ID: 31296 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/07/30 22:09:42
Modified files: include : vendor.php
Log message: Chris Morgan cmorgan@alum.wpi.edu vendor::delete() should always return a value, in this case if we fall through we've failed
Patch: http://cvs.winehq.org/patch.py?id=31296
Old revision New revision Changes Path 1.35 1.36 +2 -0 appdb/include/vendor.php
Index: appdb/include/vendor.php diff -u -p appdb/include/vendor.php:1.35 appdb/include/vendor.php:1.36 --- appdb/include/vendor.php:1.35 31 Jul 2007 3: 9:42 -0000 +++ appdb/include/vendor.php 31 Jul 2007 3: 9:42 -0000 @@ -167,6 +167,8 @@ class Vendor {
return FALSE; } + + return false; }
function outputEditor()