[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3RC1-4522-g0add8b6

Marc Delisle lem9 at users.sourceforge.net
Tue Jun 21 18:49:27 CEST 2011


The branch, master has been updated
       via  0add8b61f8d41100d98436bf180d9ca7bece082f (commit)
      from  c6ec73963fb8d62c6bc060933ca21ee978d29a38 (commit)


- Log -----------------------------------------------------------------
commit 0add8b61f8d41100d98436bf180d9ca7bece082f
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue Jun 21 12:49:14 2011 -0400

    This typo gives an error in IE 8

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

Summary of changes:
 js/functions.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 9f7cb3b..3b4d9b4 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1448,7 +1448,7 @@ function PMA_createChart(passedSettings) {
             enabled:false
         },
         xAxis: {
-            type: 'datetime',
+            type: 'datetime'
         },
         yAxis: {
             min: 0,


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list