minor changes

This commit is contained in:
Steve Alberty
2001-08-10 09:18:02 +00:00
parent 9d2fba75b6
commit 7ca7edd88d

View File

@@ -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
/**