[pLog-svn] r4324 - plog/branches/lifetype-1.1.3/class/summary/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Nov 21 21:49:09 GMT 2006


Author: oscar
Date: 2006-11-21 21:49:08 +0000 (Tue, 21 Nov 2006)
New Revision: 4324

Modified:
   plog/branches/lifetype-1.1.3/class/summary/action/registeraction.class.php
Log:
removed some unnecessary debug information


Modified: plog/branches/lifetype-1.1.3/class/summary/action/registeraction.class.php
===================================================================
--- plog/branches/lifetype-1.1.3/class/summary/action/registeraction.class.php	2006-11-21 21:47:14 UTC (rev 4323)
+++ plog/branches/lifetype-1.1.3/class/summary/action/registeraction.class.php	2006-11-21 21:49:08 UTC (rev 4324)
@@ -40,9 +40,7 @@
 			$this->_view = new SummaryMessageView();
 			$this->_view->setErrorMessage( $this->_locale->tr("error_registration_disabled"));			
 			die($this->_view->render());
-		}		
-		
-		print_r($_SESSION["SessionInfo"]);		
+		}	
     }
 }
 ?>



More information about the pLog-svn mailing list