phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/db/adodb-perf.inc.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] api/db/adodb-perf.inc.php, 1.1.2.2
Date: Thu, 20 May 2004 15:35:00 -0000

Update of /api/db
Modified Files:
        Branch: proposal-branch
          adodb-perf.inc.php

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +6 -6

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
No syntax errors detected in -
=====================================================================
Index: api/db/adodb-perf.inc.php
diff -u api/db/adodb-perf.inc.php:1.1.2.1 api/db/adodb-perf.inc.php:1.1.2.2
--- api/db/adodb-perf.inc.php:1.1.2.1   Sat Feb 28 06:34:10 2004
+++ api/db/adodb-perf.inc.php   Fri Apr 16 20:59:49 2004
@@ -1,6 +1,6 @@
 <?php
 /* 
-V4.20 22 Feb 2004  (c) 2000-2004 John Lim (address@hidden). All rights 
reserved.
+V4.21 20 Mar 2004  (c) 2000-2004 John Lim (address@hidden). All rights 
reserved.
   Released under both BSD license and Lesser GPL library license. 
   Whenever there is any discrepancy between the two licenses, 
   the BSD license will take precedence. See License.txt. 
@@ -597,7 +597,7 @@
        if (!isset($_SESSION['ADODB_PERF_SQL'])) $nsql = 
$_SESSION['ADODB_PERF_SQL'] = 10;
        else  $nsql = $_SESSION['ADODB_PERF_SQL'];
        
-       $app .= '<font size=-1>'.$info['description'].'</font>';
+       $app .= $info['description'];
        
        
        if (isset($HTTP_GET_VARS['do'])) $do = $HTTP_GET_VARS['do'];
@@ -616,10 +616,10 @@
        
        if  (empty($HTTP_GET_VARS['hidem']))
        echo "<table border=1 width=100% bgcolor=lightyellow><tr><td colspan=2>
-       <b><a href=http://php.weblogs.com/adodb?perf=1>ADOdb</a> Performance 
Monitor</b> for $app</tr><tr><td>
-       <a href=?do=stats>Performance Stats</a> &nbsp; <a href=?do=viewsql>View 
SQL</a>
-        &nbsp; <a href=?do=tables>View Tables</a> &nbsp; <a href=?do=poll>Poll 
Stats</a>",
-        $allowsql ? ' &nbsp; <a href=?do=dosql>Run SQL</a>' : '',
+       <b><a href=http://php.weblogs.com/adodb?perf=1>ADOdb</a> Performance 
Monitor</b> <font size=1>for $app</font></tr><tr><td>
+       <a href=?do=stats><b>Performance Stats</b></a> &nbsp; <a 
href=?do=viewsql><b>View SQL</b></a>
+        &nbsp; <a href=?do=tables><b>View Tables</b></a> &nbsp; <a 
href=?do=poll><b>Poll Stats</b></a>",
+        $allowsql ? ' &nbsp; <a href=?do=dosql><b>Run SQL</b></a>' : '',
         "$form",
         "</tr></table>";
 




reply via email to

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