The branch, QA_3_4 has been updated
       via  58d25ddcb8a036743e32879c9320dcd802626082 (commit)
      from  a546479680cd1da8af6812ed0eef83b390bab07f (commit)


- Log -----------------------------------------------------------------
commit 58d25ddcb8a036743e32879c9320dcd802626082
Author: Madhura Jayaratne <[email protected]>
Date:   Sun Jul 10 17:58:35 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 82eadb0..b185b69 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -644,7 +644,7 @@ $(document).ready(function() {
                     })
                 } else {
                     $this_field.find('textarea').live('keypress', function(e) {
-                        // FF errorniously triggers for modifier keys such as 
tab (bug #3357837)
+                        // FF errorneously triggers for modifier keys such as 
tab (bug #3357837)
                         if (e.which != 0) {
                             $('.checkbox_null_' + field_name + '_' + 
this_row_index).attr('checked', false);
                         }


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-d2d-c2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to