[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-16255-g26622d7

Michal Čihař nijel at users.sourceforge.net
Mon Aug 22 09:05:10 CEST 2011


The branch, master has been updated
       via  26622d7fdae775bb8ef5e331fec9b2c963024e58 (commit)
      from  adbdb71e60b788ac10d134a5e0a099d35ca91ff1 (commit)


- Log -----------------------------------------------------------------
commit 26622d7fdae775bb8ef5e331fec9b2c963024e58
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Aug 22 09:04:54 2011 +0200

    Pass this as javascript code

-----------------------------------------------------------------------

Summary of changes:
 server_status.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/server_status.php b/server_status.php
index 5490400..803b76c 100644
--- a/server_status.php
+++ b/server_status.php
@@ -683,7 +683,8 @@ PMA_AddJSVar(
 );
 PMA_AddJSVar(
     'server_time_diff',
-    'new Date().getTime() - ' . (microtime(true) * 1000)
+    'new Date().getTime() - ' . (microtime(true) * 1000),
+    false
 );
 PMA_AddJSVar(
     'server_os',


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list