[pLog-svn] r5757 - in plog/branches/lifetype-1.2: . class/controller

reto at devel.lifetype.net reto at devel.lifetype.net
Mon Jul 30 09:35:53 EDT 2007


Author: reto
Date: 2007-07-30 09:35:52 -0400 (Mon, 30 Jul 2007)
New Revision: 5757

Modified:
   plog/branches/lifetype-1.2/class/controller/admincontrollermap.properties.php
   plog/branches/lifetype-1.2/wizard.php
Log:
wizard.php: commented out debug message
admincontrollermap.properties.php: specified comment a bit



Modified: plog/branches/lifetype-1.2/class/controller/admincontrollermap.properties.php
===================================================================
--- plog/branches/lifetype-1.2/class/controller/admincontrollermap.properties.php	2007-07-30 07:02:06 UTC (rev 5756)
+++ plog/branches/lifetype-1.2/class/controller/admincontrollermap.properties.php	2007-07-30 13:35:52 UTC (rev 5757)
@@ -320,6 +320,6 @@
 	$actions["changeBlogStatus"] = "AdminChangeBlogStatusAction";
 	// bulk update of users
 	$actions["changeUserStatus"] = "AdminChangeUserStatusAction";
-	// perform an md5 check of some core files	
+	// perform an md5 check of some core files or LT Core Version Check
 	$actions["Versions"] = "AdminVersionCheckAction";
-?>
\ No newline at end of file
+?>

Modified: plog/branches/lifetype-1.2/wizard.php
===================================================================
--- plog/branches/lifetype-1.2/wizard.php	2007-07-30 07:02:06 UTC (rev 5756)
+++ plog/branches/lifetype-1.2/wizard.php	2007-07-30 13:35:52 UTC (rev 5757)
@@ -1763,7 +1763,7 @@
 			
             //while( $row = $res3->FetchRow()) {
 			foreach( $allUsers as $user ) {
-				print("Processing user: ".$user->getUsername()."<br/>");
+				//print("Processing user: ".$user->getUsername()."<br/>");
             	//if( $row["site_admin"] > 0 ) {
 				if( $user->isSiteAdmin()) {
 					// it's an admin, let's grant all the appropriate permissions
@@ -2364,4 +2364,4 @@
     //// main part ////
     $controller = new Controller( $_actionMap, "nextStep" );
     $controller->process( HttpVars::getRequest());
-?>
\ No newline at end of file
+?>



More information about the pLog-svn mailing list