phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] hrm/inc class.bocommon.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] hrm/inc class.bocommon.inc.php
Date: Wed, 24 Jan 2007 12:53:47 +0000

CVSROOT:        /sources/phpgroupware
Module name:    hrm
Changes by:     Sigurd Nes <sigurdne>   07/01/24 12:53:47

Modified files:
        inc            : class.bocommon.inc.php 

Log message:
        date handling

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hrm/inc/class.bocommon.inc.php?cvsroot=phpgroupware&r1=1.13&r2=1.14

Patches:
Index: class.bocommon.inc.php
===================================================================
RCS file: /sources/phpgroupware/hrm/inc/class.bocommon.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- class.bocommon.inc.php      3 Jan 2007 14:33:19 -0000       1.13
+++ class.bocommon.inc.php      24 Jan 2007 12:53:47 -0000      1.14
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package hrm
        * @subpackage core
-       * @version $Id: class.bocommon.inc.php,v 1.13 2007/01/03 14:33:19 
sigurdne Exp $
+       * @version $Id: class.bocommon.inc.php,v 1.14 2007/01/24 12:53:47 
sigurdne Exp $
        */
 
        /**
@@ -175,9 +175,9 @@
                        return $ret;
                }
 
-               function date_to_timestamp($date)
+               function date_to_timestamp($date='')
                {
-                       if ($date === '')
+                       if (!$date)
                        {
                                return False;
                        }




reply via email to

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