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


- Log -----------------------------------------------------------------
commit 26622d7fdae775bb8ef5e331fec9b2c963024e58
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to