From d211a3b8626467085172158e33d2483253caea54 Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Sat, 21 Jul 2001 17:31:06 +0000 Subject: [PATCH] add --- ChangeLog | 2 ++ config.inc.php3 | 6 +++--- index.php3 | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3acdca4f..b34b87000 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ $Id$ $Source$ 2001-07-21 Steve Alberty + * config.inc.php3,index.php3: add $cfgLeftWidth to configure + individual left frame width * db_details.php3,tbl_properties.php3: fix incorrect size calculation with merge tables BUG: #442948 diff --git a/config.inc.php3 b/config.inc.php3 index 73e618866..96016f9b7 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -84,11 +84,11 @@ $cfgTextareaCols = "40"; $cfgTextareaRows = "7"; $cfgModifyDeleteAtLeft = true; $cfgModifyDeleteAtRight = false; - $cfgSkipLockedTables = false; // mark used tables, make possible to show locked tables (since 3.23.30) +$cfgLeftWidth = 150; // left frame width -$cfgDefaultLang = "en"; // default language to use, if not browser-defined or user-defined -// $cfgLang = "en"; // force: always use this language - must be defined in select_lang.inc.php3 +$cfgDefaultLang = "en"; // default language to use, if not browser-defined or user-defined +// $cfgLang = "en"; // force: always use this language - must be defined in select_lang.inc.php3 require("./select_lang.inc.php3"); // load language file diff --git a/index.php3 b/index.php3 index 179e7a7ca..c1dc9ac3f 100755 --- a/index.php3 +++ b/index.php3 @@ -19,7 +19,7 @@ if (empty($HTTP_HOST)) { phpMyAdmin <?php echo PHPMYADMIN_VERSION; ?> - <?php echo $HTTP_HOST;?> - +