[pLog-svn] r3116 - plog/trunk/class/action

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Mar 24 04:33:39 GMT 2006


Author: jondaley
Date: 2006-03-24 04:33:38 +0000 (Fri, 24 Mar 2006)
New Revision: 3116

Modified:
   plog/trunk/class/action/viewarticleaction.class.php
Log:
not sure what this does, or if it has a larger impact, but I can't get any posts to view
(I have permalinks set as /archives/{year}/{month}/{day}/{postname}$ ) unless I change 
this. Help?"



Modified: plog/trunk/class/action/viewarticleaction.class.php
===================================================================
--- plog/trunk/class/action/viewarticleaction.class.php	2006-03-24 04:29:16 UTC (rev 3115)
+++ plog/trunk/class/action/viewarticleaction.class.php	2006-03-24 04:33:38 UTC (rev 3116)
@@ -45,7 +45,7 @@
             $adjustedDates = $this->_getCorrectedDatePeriod( $this->_date );
             $this->_date = $adjustedDates["adjustedDate"];
             $this->_maxDate = $adjustedDates["maxDate"];
-			if( $this->_maxDate == -1 ) $this->_maxDate = 0;
+//			if( $this->_maxDate == -1 ) $this->_maxDate = 0;
             
             return true;
         }



More information about the pLog-svn mailing list