fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6722] api: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [6722] api: typo
Date: Mon, 03 Jan 2011 13:23:46 +0000

Revision: 6722
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6722
Author:   sigurdne
Date:     2011-01-03 13:23:45 +0000 (Mon, 03 Jan 2011)
Log Message:
-----------
api: typo

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.datetime.inc.php

Modified: trunk/phpgwapi/inc/class.datetime.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.datetime.inc.php   2011-01-03 13:06:10 UTC (rev 
6721)
+++ trunk/phpgwapi/inc/class.datetime.inc.php   2011-01-03 13:23:45 UTC (rev 
6722)
@@ -851,7 +851,7 @@
                                return 0;
                        }
 
-                       $date_array     = self::date_array($date);
+                       $date_array     = self::date_array($datestr);
                        return mktime (13, 0, 0, $date_array['month'], 
$date_array['day'], $date_array['year']);
                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]