[pLog-svn] r4649 - plog/branches/lifetype-1.2/class/action
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Thu Feb  1 07:31:27 EST 2007
    
    
  
Author: oscar
Date: 2007-02-01 07:31:27 -0500 (Thu, 01 Feb 2007)
New Revision: 4649
Modified:
   plog/branches/lifetype-1.2/class/action/defaultaction.class.php
Log:
better not use "archives" as it collides with another variable called "archives"
Modified: plog/branches/lifetype-1.2/class/action/defaultaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/defaultaction.class.php	2007-02-01 12:23:42 UTC (rev 4648)
+++ plog/branches/lifetype-1.2/class/action/defaultaction.class.php	2007-02-01 12:31:27 UTC (rev 4649)
@@ -245,7 +245,6 @@
                     // pass the date onto the template, in case users would like to show it
                 if( $this->_date > - 1 ) {
                     $date = str_pad( $this->_date, 14, "0" );
-                    $this->_view->setValue( "archives", true );
                     $this->_view->setValue( "date", new Timestamp( $date ));
                 }
             }           
    
    
More information about the pLog-svn
mailing list