From f3eed79c1ba104137893c71c601486912dbcfc3d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 17 Jun 2004 19:51:40 +0000 Subject: [PATCH] clarify MainPageIconic --- ChangeLog | 2 ++ config.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2fb33afb..5b333a0b0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ * tbl_properties_structure.php, tbl_relation.php: enable Relation view for InnoDB, even if the internal relational infrastructure is not available + * libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none' + * config.inc.php: clarify MainPageIconic comments 2004-06-16 Marc Delisle Changes, thanks to Michael Keck (mkkeck): diff --git a/config.inc.php b/config.inc.php index d05d67019..0d4632edc 100644 --- a/config.inc.php +++ b/config.inc.php @@ -532,7 +532,7 @@ $cfg['SetHttpHostTitle'] = ''; // if ShowHttpHostTitle=true, ple // If not set (or empty), the PMA will get your real Host-Adress. $cfg['ErrorIconic'] = TRUE; // show some icons for warnings, errors and informations (true|false)? -$cfg['MainPageIconic'] = TRUE; // show icons in list on main page and on navigation bar (true|false)? +$cfg['MainPageIconic'] = TRUE; // show icons in list on main page, on right panel top menu (server db table) and on menu tabs (true|false)? $cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocumentation (true|false)? // theme manager