The branch, master has been updated
via 3d8300a70b25ed38598cd3f2faafa15091c8f0ef (commit)
from f985814af79fc96bbb045fa41ee747367e7dd68f (commit)
- Log -----------------------------------------------------------------
commit 3d8300a70b25ed38598cd3f2faafa15091c8f0ef
Author: Marc Delisle <[email protected]>
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
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git