[pLog-svn] r6947 - plog/branches/lifetype-1.2/class/controller

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 6 14:40:13 EST 2010


Author: jondaley
Date: 2010-01-06 14:40:13 -0500 (Wed, 06 Jan 2010)
New Revision: 6947

Modified:
   plog/branches/lifetype-1.2/class/controller/controller.class.php
Log:
removed strange code

Modified: plog/branches/lifetype-1.2/class/controller/controller.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/controller/controller.class.php	2010-01-06 19:33:32 UTC (rev 6946)
+++ plog/branches/lifetype-1.2/class/controller/controller.class.php	2010-01-06 19:40:13 UTC (rev 6947)
@@ -317,12 +317,6 @@
                 global $_plogController_forwardAction;
 				global $_plogController_previousAction;
 
-                    // jondaley: 08/29/2005, what are these here for??
-                    // perhaps the global statements should be moved
-                    // inside the elseif loop below?
-                $_plogController_forwardAction;
-				$_plogController_previousAction;
-
                 if ($i == 0) {
                     // if this is the first iteration, then we have to take this path...
                     // since we will use the http request to determine which action to



More information about the pLog-svn mailing list