[pLog-svn] r3007 - plog/trunk/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Mar 3 10:34:36 GMT 2006


Author: oscar
Date: 2006-03-03 10:34:35 +0000 (Fri, 03 Mar 2006)
New Revision: 3007

Modified:
   plog/trunk/class/dao/usercomment.class.php
Log:
this method should not return an empty value, but at least, 'false'


Modified: plog/trunk/class/dao/usercomment.class.php
===================================================================
--- plog/trunk/class/dao/usercomment.class.php	2006-03-02 21:11:55 UTC (rev 3006)
+++ plog/trunk/class/dao/usercomment.class.php	2006-03-03 10:34:35 UTC (rev 3007)
@@ -416,6 +416,8 @@
 		
 		function setSendNotification( $sendNotification )
 		{
+			if( $sendNotification == "" )
+				$sendNotificaton = false;
 			$this->_sendNotification = $sendNotification;
 		}
 		



More information about the pLog-svn mailing list