phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.bo.inc.php,1.4,1.5 class.ui.inc.p


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.bo.inc.php,1.4,1.5 class.ui.inc.php,1.5,1.6
Date: Wed, 30 Jan 2002 22:13:40 -0500

Update of /cvsroot/phpgroupware/todo/inc
In directory subversions:/tmp/cvs-serv25973/inc

Modified Files:
        class.bo.inc.php class.ui.inc.php 
Log Message:
fixed showing date color

Index: class.bo.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.bo.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.bo.inc.php    31 Jan 2002 02:43:30 -0000      1.4
--- class.bo.inc.php    31 Jan 2002 03:13:38 -0000      1.5
***************
*** 210,222 ****
                        {
                                $v['sdate'] = 
$GLOBALS['phpgw']->common->show_date($v['sdate'],$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
-       
-                               if ($v['edate'])
-                               {
-                                       $v['edate'] = 
$GLOBALS['phpgw']->common->show_date($v['edate'],$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
-                               }
-                               else
-                               {
-                                       $v['edate'] = '';
-                               }
  
                                if ($v['assigned'])
--- 210,213 ----

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.ui.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.ui.inc.php    31 Jan 2002 02:43:30 -0000      1.5
--- class.ui.inc.php    31 Jan 2002 03:13:38 -0000      1.6
***************
*** 198,202 ****
                                else
                                {
- 
                                        $datedue = $todo_list[$i]['edate'];
                                        $month  = 
$GLOBALS['phpgw']->common->show_date(time(),'n');
--- 198,201 ----
***************
*** 215,219 ****
                                        }
  
!                                       $datedueout .= $todo_list[$i]['edate'];
                                        if ($currentdate >= $datedue)
                                        {
--- 214,218 ----
                                        }
  
!                                       $datedueout .= 
$GLOBALS['phpgw']->common->show_date($datedue,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                                        if ($currentdate >= $datedue)
                                        {




reply via email to

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