[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_4-13-g1db012a

Marc Delisle lem9 at users.sourceforge.net
Fri Jul 2 17:22:44 CEST 2010


The branch, QA_3_3 has been updated
       via  1db012abc83f194b8423eca63a81a6715516dc30 (commit)
      from  a7afb107eb9fd06d78e3a8a82e5765d3749842a9 (commit)


- Log -----------------------------------------------------------------
commit 1db012abc83f194b8423eca63a81a6715516dc30
Author: Marc Delisle <marc at infomarc.info>
Date:   Fri Jul 2 11:22:36 2010 -0400

    clarify code behavior

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

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

diff --git a/js/common.js b/js/common.js
index 1d52c97..8ba7bcd 100644
--- a/js/common.js
+++ b/js/common.js
@@ -101,10 +101,13 @@ function setDb(new_db) {
         var old_db = db;
         db = new_db;
 
+        // the db name as an id exists only when LeftFrameLight is false
         if (window.frame_navigation.document.getElementById(db) == null) {
+            // happens when LeftFrameLight is true
             // db is unknown, reload complete left frame
             refreshNavigation();
         } else {
+            // happens when LeftFrameLight is false
             unmarkDbTable(old_db);
             markDbTable(db);
         }


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list