phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc footer.inc.php,1.17,1.17.2.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc footer.inc.php,1.17,1.17.2.1
Date: Mon, 12 Aug 2002 18:00:33 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv23774/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_14-branch
        footer.inc.php 
Log Message:
Forgot to commit this earlier.  This goes in-line with CW's page timer.

Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/footer.inc.php,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -C2 -r1.17 -r1.17.2.1
*** footer.inc.php      29 Sep 2001 01:31:29 -0000      1.17
--- footer.inc.php      12 Aug 2002 22:00:31 -0000      1.17.2.1
***************
*** 62,66 ****
        parse_navbar_end();
        $GLOBALS['phpgw']->db->disconnect();
!   
  ?>
  </BODY>
--- 62,71 ----
        parse_navbar_end();
        $GLOBALS['phpgw']->db->disconnect();
! 
!       if (DEBUG_TIMER)
!       {
!               $GLOBALS['debug_timer_stop'] = perfgetmicrotime();
!               echo 'Page loaded in ' . ($GLOBALS['debug_timer_stop'] - 
$GLOBALS['debug_timer_start']) . ' seconds.';
!       }
  ?>
  </BODY>





reply via email to

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