Enlightenment CVS committal

Author  : mej
Project : web
Module  : www

Dir     : web/www/p/news


Modified Files:
        class.news.php 


Log Message:
Fri Aug  3 14:17:53 2007                        Michael Jennings (mej)

Commit fixes made directly to web site checkout tree.
----------------------------------------------------------------------

===================================================================
RCS file: /cvs/e/web/www/p/news/class.news.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- class.news.php      31 May 2007 00:03:25 -0000      1.3
+++ class.news.php      3 Aug 2007 21:17:54 -0000       1.4
@@ -115,7 +115,7 @@
         if ($i <= 4)
             $date['year'] .= $name[$i];
         if ($i > 4 && $i <= 6)
-            $date['mounth'] .= $name[$i];
+            $date['month'] .= $name[$i];
         if ($i > 6 && $i <= 8)
             $date['day'] .= $name[$i];
         if ($i > 9 && $i <= 11)
@@ -125,7 +125,7 @@
         if ($i > 13 && $i <= 15)
             $date['second'] .= $name[$i];
     }
-    return mktime($date['hour'], $date['minute'], $date['second'], 
$date['mounth'], $date['day'], $date['year'] + 0);
+    return mktime($date['hour'], $date['minute'], $date['second'], 
$date['month'], $date['day'], $date['year'] + 0);
   }
 
   private function _get_localtime($timestamp) {



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to