diff --git a/config.inc.php3 b/config.inc.php3 index 24a468d55..ac8ddfa3c 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -70,7 +70,7 @@ $cfgServers[3]['bookmarktable'] = ''; // or set it to 0 to be given a list of servers without logging in // If you have only one server configured, $cfgServerDefault *MUST* be // set to that server. -$cfgServerDefault = 1; // Default server (0 = no default server) +$cfgServerDefault = 1; // Default server (0 = no default server) $cfgServer = ''; unset($cfgServers[0]); @@ -81,13 +81,13 @@ unset($cfgServers[0]); $cfgConfirm = TRUE; $cfgPersistentConnections = FALSE; $cfgShowBlob = FALSE; -$cfgProtectBlob = FALSE; +$cfgProtectBlob = FALSE; $cfgShowSQL = TRUE; $cfgSkipLockedTables = FALSE; // mark used tables, make possible to show // locked tables (since MySQL 3.23.30) $cfgMaxRows = 30; $cfgOrder = 'ASC'; -$cfgOBGzip = TRUE; // GZIP output buffering +$cfgOBGzip = TRUE; // GZIP output buffering $cfgGZipDump = TRUE; // Allow the use of gzip/bzip compression $cfgBZipDump = TRUE; // for dump files @@ -121,7 +121,7 @@ $cfgTextareaCols = 40; $cfgTextareaRows = 7; $cfgModifyDeleteAtLeft = TRUE; $cfgModifyDeleteAtRight = FALSE; -$cfgLeftWidth = 150; // left frame width +$cfgLeftWidth = 150; // left frame width /**