[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_3_1-24-g58d25dd

Madhura Jayaratne madhuracj at users.sourceforge.net
Sun Jul 10 14:29:20 CEST 2011


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


- Log -----------------------------------------------------------------
commit 58d25ddcb8a036743e32879c9320dcd802626082
Author: Madhura Jayaratne <madhura.cj at gmail.com>
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




More information about the Git mailing list