[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-950-g3d8300a

Marc Delisle lem9 at users.sourceforge.net
Wed Feb 23 18:44:56 CET 2011


The branch, master has been updated
       via  3d8300a70b25ed38598cd3f2faafa15091c8f0ef (commit)
      from  f985814af79fc96bbb045fa41ee747367e7dd68f (commit)


- Log -----------------------------------------------------------------
commit 3d8300a70b25ed38598cd3f2faafa15091c8f0ef
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed Feb 23 12:44:32 2011 -0500

    Use the var keyword and correctly end the statement

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

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 96ebf2c..993b620 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -94,7 +94,7 @@ function appendInlineAnchor() {
     else {
         $('.edit_row_anchor').each(function() {
 
-            $this_td = $(this)
+            var $this_td = $(this);
             $this_td.removeClass('edit_row_anchor');
 
             var $cloned_anchor = $this_td.clone();


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list