[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-2071-g0004198

Marc Delisle lem9 at users.sourceforge.net
Wed Feb 9 11:58:59 CET 2011


The branch, master has been updated
       via  0004198bca8147c751c08638c9927e9794e6b099 (commit)
      from  d0e1776af64acc185ab3a1260fc50d7bb7b98e6c (commit)


- Log -----------------------------------------------------------------
commit 0004198bca8147c751c08638c9927e9794e6b099
Author: Marc Delisle <marc at infomarc.info>
Date:   Wed Feb 9 05:58:49 2011 -0500

    The PropertiesIconic preference is not related to Tabs but to Browse mode

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

Summary of changes:
 libraries/config/user_preferences.forms.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/config/user_preferences.forms.php b/libraries/config/user_preferences.forms.php
index ea5ac59..d23edda 100644
--- a/libraries/config/user_preferences.forms.php
+++ b/libraries/config/user_preferences.forms.php
@@ -99,6 +99,7 @@ $forms['Main_frame']['Startup'] = array(
     'ShowServerInfo');
 $forms['Main_frame']['Browse'] = array(
     'NavigationBarIconic',
+    'PropertiesIconic',
     'ShowAll',
     'MaxRows',
     'Order',
@@ -120,7 +121,6 @@ $forms['Main_frame']['Edit'] = array(
     'DefaultPropDisplay');
 $forms['Main_frame']['Tabs'] = array(
     'LightTabs',
-    'PropertiesIconic',
     'DefaultTabServer',
     'DefaultTabDatabase',
     'DefaultTabTable');


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list