phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc class.bostatistics.inc.php,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/inc class.bostatistics.inc.php,1.6,1.7
Date: Wed, 12 Nov 2003 14:33:06 +0000

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv6409

Modified Files:
        class.bostatistics.inc.php 
Log Message:
fix sessiondata

Index: class.bostatistics.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.bostatistics.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** class.bostatistics.inc.php  29 Sep 2003 14:51:26 -0000      1.6
--- class.bostatistics.inc.php  12 Nov 2003 14:33:03 -0000      1.7
***************
*** 85,89 ****
                        $graph_edateout = 
$GLOBALS['phpgw']->common->show_date($graph_edate,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
  
!                       $diff                           = date('t',$smonth);
                        $this->date_diff        = $diff;
  
--- 85,89 ----
                        $graph_edateout = 
$GLOBALS['phpgw']->common->show_date($graph_edate,$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
  
!                       $diff                           = 
date('t',$graph_sdate);
                        $this->date_diff        = $diff;
  





reply via email to

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