phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/inc class.ui.inc.php,1.2.2.7,1.2.2.8


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: todo/inc class.ui.inc.php,1.2.2.7,1.2.2.8
Date: Sat, 09 Mar 2002 17:10:44 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.ui.inc.php 
Log Message:
fixed showing edate

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/todo/inc/class.ui.inc.php,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -C2 -r1.2.2.7 -r1.2.2.8
*** class.ui.inc.php    9 Mar 2002 22:06:39 -0000       1.2.2.7
--- class.ui.inc.php    9 Mar 2002 22:10:42 -0000       1.2.2.8
***************
*** 423,427 ****
  
                        $this->t->set_var('lang_end_date',lang('End date'));
!                       
$this->t->set_var('value_start_date',$GLOBALS['phpgw']->common->show_date($values['edate'],$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']));
  
                        $parent_values = $this->bo->read($values['parent']);
--- 423,427 ----
  
                        $this->t->set_var('lang_end_date',lang('End date'));
!                       
$this->t->set_var('value_end_date',$GLOBALS['phpgw']->common->show_date($values['edate'],$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']));
  
                        $parent_values = $this->bo->read($values['parent']);




reply via email to

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