[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_7-10387-g5811f34

Marc Delisle lem9 at users.sourceforge.net
Mon Sep 27 18:31:54 CEST 2010


The branch, master has been updated
       via  5811f3420687cb5b48b41a511cb2973254f2e17d (commit)
      from  67aefea2be50acb4d0d3a44d46c4ee563a1c8e35 (commit)


- Log -----------------------------------------------------------------
commit 5811f3420687cb5b48b41a511cb2973254f2e17d
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon Sep 27 12:31:46 2010 -0400

    empty table name and number of columns from the minimal form

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

Summary of changes:
 js/functions.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index f327884..03cf186 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -2032,6 +2032,8 @@ $(document).ready(function() {
             }); // end dialog options
         }) // end $.get()
 
+        // empty table name and number of columns from the minimal form 
+        $(this).find('input[name=table],input[name=num_fields]').val('');
     });
 
     /**


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list