[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_5-19912-gcecf7f9

Madhura Jayaratne madhuracj at users.sourceforge.net
Sun Sep 25 18:54:06 CEST 2011


The branch, master has been updated
       via  cecf7f9fea2964522cc9a4ab1ba85b4beee91a2b (commit)
      from  a429734b636319de97c1ee109d8064881b59dc1e (commit)


- Log -----------------------------------------------------------------
commit cecf7f9fea2964522cc9a4ab1ba85b4beee91a2b
Author: Madhura Jayaratne <madhura.cj at gmail.com>
Date:   Sun Sep 25 22:21:57 2011 +0530

    typo

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

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

diff --git a/js/sql.js b/js/sql.js
index c6f2f0c..d729677 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -190,7 +190,7 @@ $(document).ready(function() {
                         $("#id_bookmark option[value='" + data.id_bookmark + "']").remove();
                     }
                     $('#sqlqueryform').before(data.message);
-                } elseif (typeof data.sql_query != 'undefined') {
+                } else if (typeof data.sql_query != 'undefined') {
                     $('<div class="sqlquery_message"></div>')
                      .html(data.sql_query)
                      .insertBefore('#sqlqueryform');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list