From eb08562431903a0da47cf28b19580016651b30b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 21 Nov 2001 20:55:30 +0000 Subject: [PATCH] removed some remaining tabs --- config.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.inc.php3 b/config.inc.php3 index 52ca35fe3..04afc5ebe 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -94,7 +94,7 @@ unset($cfgServers[0]); /** * Other core phpMyAdmin settings */ -$cfgOBGzip = TRUE; // use GZIP output buffering if possible +$cfgOBGzip = TRUE; // use GZIP output buffering if possible $cfgPersistentConnections = FALSE; // use persistent connections to MySQL database $cfgExecTimeLimit = 300; // maximum execution time in seconds (0 for no limit) $cfgSkipLockedTables = FALSE; // mark used tables, make possible to show @@ -106,7 +106,7 @@ $cfgConfirm = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE' $cfgShowStats = TRUE; // allow to display statistics and space usage in // the pages about database details and table // properties -$cfgShowTooltip = TRUE; // display table comment as tooltip in left frame +$cfgShowTooltip = TRUE; // display table comment as tooltip in left frame // In the main frame, at startup... $cfgShowMysqlInfo = FALSE; // whether to display the "MySQL runtime