[pLog-svn] r5597 - plog/trunk/class/view

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Jun 30 16:11:32 EDT 2007


Author: oscar
Date: 2007-06-30 16:11:32 -0400 (Sat, 30 Jun 2007)
New Revision: 5597

Modified:
   plog/trunk/class/view/view.class.php
Log:
Removed some unused code

Modified: plog/trunk/class/view/view.class.php
===================================================================
--- plog/trunk/class/view/view.class.php	2007-06-28 20:34:30 UTC (rev 5596)
+++ plog/trunk/class/view/view.class.php	2007-06-30 20:11:32 UTC (rev 5597)
@@ -76,11 +76,6 @@
 			$this->_charset = DEFAULT_VIEW_CHARSET;
 			$this->_headers = Array();
 			
-			// no form has caused any error when we initialize the view!
-			$this->setValue( "formIsError", false );
-			// and no form has caused any success yet either!
-			$this->setValue( "formIsSuccess", false );
-			
 			// let's send an HTTP 200 header response... If somebody wants to overwrite it later
 			// on, php should keep in mind that the valid one will be the last one so it is
 			// fine to do this more than once and twice



More information about the pLog-svn mailing list