phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.bolink.inc.php,1.19,1.20


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.bolink.inc.php,1.19,1.20
Date: Sun, 06 Jul 2003 19:40:55 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv2435/infolog/inc

Modified Files:
        class.bolink.inc.php 
Log Message:
a bit nicer fromat for the calendar_title

Index: class.bolink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.bolink.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** class.bolink.inc.php        29 Jun 2003 17:03:47 -0000      1.19
--- class.bolink.inc.php        6 Jul 2003 23:40:53 -0000       1.20
***************
*** 815,820 ****
                                return 'not an event !!!';
                        }
!                       $name = 
$GLOBALS['phpgw']->common->show_date($this->bocal->maketime($event['start']) - 
$this->bocal->datetime->tz_offset);
!                       $name .= ' -- ' . 
$GLOBALS['phpgw']->common->show_date($this->bocal->maketime($event['end']) - 
$this->bocal->datetime->tz_offset);
                        $name .= ': ' . $event['title'];
  
--- 815,822 ----
                                return 'not an event !!!';
                        }
!                       $format = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'] . ' '.
!                               
($GLOBALS['phpgw_info']['user']['preferences']['common']['timeformat'] == '12' 
? 'h:i a' : 'H:i');
!                       
!                       $name = 
$GLOBALS['phpgw']->common->show_date($this->bocal->maketime($event['start']) - 
$this->bocal->datetime->tz_offset,$format);
                        $name .= ': ' . $event['title'];
  





reply via email to

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