[pLog-svn] r641 - plog/trunk/class/action/admin

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Fri Dec 31 14:54:06 GMT 2004


Author: subaochen
Date: 2004-12-31 14:54:05 +0000 (Fri, 31 Dec 2004)
New Revision: 641

Modified:
   plog/trunk/class/action/admin/adminupdateeditblogaction.class.php
Log:
remove redundent variable define
comment print out


Modified: plog/trunk/class/action/admin/adminupdateeditblogaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminupdateeditblogaction.class.php	2004-12-31 14:33:17 UTC (rev 640)
+++ plog/trunk/class/action/admin/adminupdateeditblogaction.class.php	2004-12-31 14:54:05 UTC (rev 641)
@@ -30,9 +30,7 @@
 		var $_blogUsers;
 		var $_blogQuota;
 		var $_blogName;
-		var $_blogLocale;
 		var $_blogStatus;
-		var $_blogUsers;
 
     	/**
          * Constructor. If nothing else, it also has to call the constructor of the parent
@@ -82,7 +80,7 @@
 			$this->_blogQuota = $this->_request->getValue( "blogResourcesQuota" );
 			$this->_blogUsers = $this->_request->getValue( "blogUsers" );
 			$this->_blogStatus = $this->_request->getValue( "blogStatus" );
-			print_r($_REQUEST);
+			//print_r($_REQUEST);
 		
         	// get the blog we're trying to update
             $blogs = new Blogs();




More information about the pLog-svn mailing list