[pLog-svn] r4374 - plog/branches/lifetype-1.1.3/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Dec 2 03:09:29 GMT 2006


Author: jondaley
Date: 2006-12-02 03:09:27 +0000 (Sat, 02 Dec 2006)
New Revision: 4374

Modified:
   plog/branches/lifetype-1.1.3/class/dao/articlenotifications.class.php
Log:
removed old code

Modified: plog/branches/lifetype-1.1.3/class/dao/articlenotifications.class.php
===================================================================
--- plog/branches/lifetype-1.1.3/class/dao/articlenotifications.class.php	2006-12-01 03:13:25 UTC (rev 4373)
+++ plog/branches/lifetype-1.1.3/class/dao/articlenotifications.class.php	2006-12-02 03:09:27 UTC (rev 4374)
@@ -100,7 +100,7 @@
           * @param postId The post we want to check if there are notifications
           * @param blogId Just in case, the blog to which that post belongs.
           */
-         function notifyUsers( $postId, $blogInfo, $message = null)
+         function notifyUsers( $postId, $blogInfo)
          {
             include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
             
@@ -108,11 +108,6 @@
          	$blogId = $blogInfo->getId();
          	$artNotifs = $this->getArticleNotifications( $postId, $blogId );
 
-            // default message.
-            // NOTE: Should this be translatable???
-            if( $message == null )
-            	$message = "There has been actitivity in the article with id ".$postId;
-
             if( empty($artNotifs))
             	return;
 



More information about the pLog-svn mailing list