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


- Log -----------------------------------------------------------------
commit cecf7f9fea2964522cc9a4ab1ba85b4beee91a2b
Author: Madhura Jayaratne <[email protected]>
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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to