[pLog-svn] r6620 - plog/branches/lifetype-1.2/class/action/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Jun 21 12:33:31 EDT 2008


Author: jondaley
Date: 2008-06-21 12:33:31 -0400 (Sat, 21 Jun 2008)
New Revision: 6620

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php
   plog/branches/lifetype-1.2/class/action/admin/adminpostmanagementcommonaction.class.php
Log:
removed unused variables.  easiest way to validate...

Modified: plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php	2008-06-21 16:28:11 UTC (rev 6619)
+++ plog/branches/lifetype-1.2/class/action/admin/adminaddpostaction.class.php	2008-06-21 16:33:31 UTC (rev 6620)
@@ -92,11 +92,6 @@
 
 			$this->_postId = $this->_request->getValue( "postId" );
 
-                // TODO: are these used? if so, they need to be validated
-            $this->_previewPost    = $this->_request->getValue( "previewPost" );
-            $this->_addPost        = $this->_request->getValue( "addPost" );
-			$this->_saveDraft      = $this->_request->getValue( "isDraft" );
-	        
             // we know for sure that the information is correct so we can now add
             // the post to the database
 			$postText = Textfilter::xhtmlize($this->_postText);

Modified: plog/branches/lifetype-1.2/class/action/admin/adminpostmanagementcommonaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminpostmanagementcommonaction.class.php	2008-06-21 16:28:11 UTC (rev 6619)
+++ plog/branches/lifetype-1.2/class/action/admin/adminpostmanagementcommonaction.class.php	2008-06-21 16:33:31 UTC (rev 6620)
@@ -29,8 +29,6 @@
         var $_postStatus;
         var $_sendNotification;
 		var $_sendPings;
-        var $_previewPost;
-        var $_addPost;
         var $_commentsEnabled;
         var $_globalCategoryId;
         var $_trackbackUrls;



More information about the pLog-svn mailing list