[pLog-svn] r4028 - plog/branches/lifetype-1.1.1/class/view

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Sep 23 12:47:45 GMT 2006


Author: jondaley
Date: 2006-09-23 12:47:45 +0000 (Sat, 23 Sep 2006)
New Revision: 4028

Modified:
   plog/branches/lifetype-1.1.1/class/view/smartyview.class.php
Log:
what is this??

Modified: plog/branches/lifetype-1.1.1/class/view/smartyview.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/view/smartyview.class.php	2006-09-23 10:58:50 UTC (rev 4027)
+++ plog/branches/lifetype-1.1.1/class/view/smartyview.class.php	2006-09-23 12:47:45 UTC (rev 4028)
@@ -251,9 +251,6 @@
 				// pass all the values to the template object
 				$this->_template->assign( $this->_params->getAsArray());			
 			
-				// generate the contents
-				$content = 
-				
 				// and finally send them after calling the pre-processing method
 				$content = $this->preProcessViewContents( $this->_template->fetch( $this->getSmartyViewId()));				
 				print( $content );



More information about the pLog-svn mailing list