[pLog-svn] r5245 - plog/branches/lifetype-1.2/class/dao

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Mar 31 11:01:54 EDT 2007


Author: mark
Date: 2007-03-31 11:01:54 -0400 (Sat, 31 Mar 2007)
New Revision: 5245

Modified:
   plog/branches/lifetype-1.2/class/dao/usercomment.class.php
Log:
Fixed bug http://bugs.lifetype.net/view.php?id=1246 and
http://bugs.lifetype.net/view.php?id=1245

Modified: plog/branches/lifetype-1.2/class/dao/usercomment.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/usercomment.class.php	2007-03-31 14:41:44 UTC (rev 5244)
+++ plog/branches/lifetype-1.2/class/dao/usercomment.class.php	2007-03-31 15:01:54 UTC (rev 5245)
@@ -74,7 +74,7 @@
 			$this->_type = COMMENT_TYPE_COMMENT;
 			
 			$this->_blogId = $blogId;
-			$this->_sendNotification = false;
+			$this->_sendNotification = 0;
 			
 			$this->_normalizedTopic = '';
 			$this->_normalizedText = '';
@@ -427,7 +427,7 @@
 		function setSendNotification( $sendNotification )
 		{
 			if( $sendNotification == "" )
-				$sendNotificaton = false;
+				$sendNotificaton = 0;
 			$this->_sendNotification = $sendNotification;
 		}
 		



More information about the pLog-svn mailing list