[pLog-svn] r2064 - plog/branches/plog-1.0.1/class/view/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon May 23 17:42:48 GMT 2005


Author: oscar
Date: 2005-05-23 17:42:47 +0000 (Mon, 23 May 2005)
New Revision: 2064

Modified:
   plog/branches/plog-1.0.1/class/view/admin/adminpostslistview.class.php
Log:
fixed a small issue with the formatting of the archives date


Modified: plog/branches/plog-1.0.1/class/view/admin/adminpostslistview.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/view/admin/adminpostslistview.class.php	2005-05-23 17:37:04 UTC (rev 2063)
+++ plog/branches/plog-1.0.1/class/view/admin/adminpostslistview.class.php	2005-05-23 17:42:47 UTC (rev 2064)
@@ -60,7 +60,7 @@
             $curmonth = (int)$t->getMonth();
             
             $archiveDateFormat = $this->_locale->tr( "archive_date_format" );
-            if( $archiveDateFormat == "" ) $archiveDateFormat = "%B %Y";
+            if( $archiveDateFormat == "archive_date_format" ) $archiveDateFormat = "%B %Y";
 
             foreach( $archiveStats as $yearName => $year) {
             	foreach( $year as $monthName => $month ) {




More information about the pLog-svn mailing list