Removed tariling whitespaces and tabs
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
|||||||
statements.
|
statements.
|
||||||
* header.inc.php3, line 89: patch #531864 - display something in title when
|
* header.inc.php3, line 89: patch #531864 - display something in title when
|
||||||
no db thanks to Michal Cihar.
|
no db thanks to Michal Cihar.
|
||||||
|
* lang/brazilian_portuguese.inc.php3: removed "^M".
|
||||||
|
|
||||||
2002-03-20 Marc Delisle <lem9@users.sourceforge.net>
|
2002-03-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/*, removed $strSequence
|
* lang/*, removed $strSequence
|
||||||
|
@@ -42,18 +42,18 @@ $cfgServers[1]['host'] = 'localhost'; // MySQL hostname
|
|||||||
$cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port
|
$cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port
|
||||||
$cfgServers[1]['socket'] = ''; // Path to the socket - leave blank for default socket
|
$cfgServers[1]['socket'] = ''; // Path to the socket - leave blank for default socket
|
||||||
$cfgServers[1]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
|
$cfgServers[1]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
|
||||||
$cfgServers[1]['controluser'] = ''; // MySQL control user settings
|
$cfgServers[1]['controluser'] = ''; // MySQL control user settings
|
||||||
// (this user must have read-only
|
// (this user must have read-only
|
||||||
$cfgServers[1]['controlpass'] = ''; // access to the "mysql/user"
|
$cfgServers[1]['controlpass'] = ''; // access to the "mysql/user"
|
||||||
// and "mysql/db" tables)
|
// and "mysql/db" tables)
|
||||||
$cfgServers[1]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
|
$cfgServers[1]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
|
||||||
$cfgServers[1]['user'] = 'root'; // MySQL user
|
$cfgServers[1]['user'] = 'root'; // MySQL user
|
||||||
$cfgServers[1]['password'] = ''; // MySQL password (only needed
|
$cfgServers[1]['password'] = ''; // MySQL password (only needed
|
||||||
// with 'config' auth_type)
|
// with 'config' auth_type)
|
||||||
$cfgServers[1]['only_db'] = ''; // If set to a db-name, only
|
$cfgServers[1]['only_db'] = ''; // If set to a db-name, only
|
||||||
// this db is displayed
|
// this db is displayed
|
||||||
// at left frame
|
// at left frame
|
||||||
// It may also be an array
|
// It may also be an array
|
||||||
// of db-names
|
// of db-names
|
||||||
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
|
$cfgServers[1]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
|
||||||
$cfgServers[1]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
|
$cfgServers[1]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
|
||||||
|
@@ -69,7 +69,7 @@ $strCardinality = 'Kardinaliteetti';
|
|||||||
$strCarriage = 'CR-rivinvaihto: \\r';
|
$strCarriage = 'CR-rivinvaihto: \\r';
|
||||||
$strChange = 'Muokkaa';
|
$strChange = 'Muokkaa';
|
||||||
$strChangePassword = 'Vaihda salasanaa';
|
$strChangePassword = 'Vaihda salasanaa';
|
||||||
$strCheckAll = 'Valitse kaikki';
|
$strCheckAll = 'Valitse kaikki';
|
||||||
$strCheckDbPriv = 'Tarkista tietokannan k<>ytt<74>oikeudet';
|
$strCheckDbPriv = 'Tarkista tietokannan k<>ytt<74>oikeudet';
|
||||||
$strCheckTable = 'Tarkista taulu';
|
$strCheckTable = 'Tarkista taulu';
|
||||||
$strColumn = 'Sarake';
|
$strColumn = 'Sarake';
|
||||||
|
@@ -64,7 +64,7 @@ $strCantRenameIdxToPrimary = 'Index\'i PRIMARY olarak adlandırımazs
|
|||||||
$strCardinality = 'En <20>nemli';
|
$strCardinality = 'En <20>nemli';
|
||||||
$strCarriage = 'Enter Karakteri: \\r';
|
$strCarriage = 'Enter Karakteri: \\r';
|
||||||
$strChange = 'De<44>i<EFBFBD>tir';
|
$strChange = 'De<44>i<EFBFBD>tir';
|
||||||
$strChangePassword = '<27>ifre De<44>i<EFBFBD>tir';
|
$strChangePassword = '<27>ifre De<44>i<EFBFBD>tir';
|
||||||
$strCheckAll = 'T<>m<EFBFBD>n<EFBFBD> se<73>';
|
$strCheckAll = 'T<>m<EFBFBD>n<EFBFBD> se<73>';
|
||||||
$strCheckDbPriv = 'Veritaban<61> <20>nceliklerini kontrol et';
|
$strCheckDbPriv = 'Veritaban<61> <20>nceliklerini kontrol et';
|
||||||
$strCheckTable = 'Tabloyu kontrol et';
|
$strCheckTable = 'Tabloyu kontrol et';
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates the the password field in a form
|
* Validates the password field in a form
|
||||||
*
|
*
|
||||||
* @param object the form
|
* @param object the form
|
||||||
*
|
*
|
||||||
@@ -127,16 +127,16 @@ function change(the_field) {
|
|||||||
var sel_idx = null;
|
var sel_idx = null;
|
||||||
|
|
||||||
if (box_name == 'newdb') {
|
if (box_name == 'newdb') {
|
||||||
the_form['anydb'][0].checked = true;
|
the_form['anydb'][0].checked = true;
|
||||||
the_form['anytable'][0].checked = true;
|
the_form['anytable'][0].checked = true;
|
||||||
the_form['anycolumn'][0].checked = true;
|
the_form['anycolumn'][0].checked = true;
|
||||||
if (typeof(the_form['dbgrant']) != 'undefined') {
|
if (typeof(the_form['dbgrant']) != 'undefined') {
|
||||||
the_form['dbgrant'].selectedIndex = -1;
|
the_form['dbgrant'].selectedIndex = -1;
|
||||||
}
|
}
|
||||||
if (typeof(the_form['tablegrant']) != 'undefined') {
|
if (typeof(the_form['tablegrant']) != 'undefined') {
|
||||||
the_form['tablegrant'].selectedIndex = -1;
|
the_form['tablegrant'].selectedIndex = -1;
|
||||||
}
|
}
|
||||||
if (typeof(the_form['colgrant']) != 'undefined') {
|
if (typeof(the_form['colgrant']) != 'undefined') {
|
||||||
the_form['colgrant'].selectedIndex = -1;
|
the_form['colgrant'].selectedIndex = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -31,10 +31,10 @@ if (isset($nopass)) {
|
|||||||
|
|
||||||
if ($nopass == 0 && isset($pma_pw) && isset($pma_pw2)) {
|
if ($nopass == 0 && isset($pma_pw) && isset($pma_pw2)) {
|
||||||
if ($pma_pw != $pma_pw2) {
|
if ($pma_pw != $pma_pw2) {
|
||||||
$error_msg = $strPasswordNotSame;
|
$error_msg = $strPasswordNotSame;
|
||||||
}
|
}
|
||||||
if (empty($pma_pw) || empty($pma_pw2)) {
|
if (empty($pma_pw) || empty($pma_pw2)) {
|
||||||
$error_msg = $strPasswordEmpty;
|
$error_msg = $strPasswordEmpty;
|
||||||
}
|
}
|
||||||
} // end if
|
} // end if
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ if (isset($nopass)) {
|
|||||||
<?php
|
<?php
|
||||||
exit();
|
exit();
|
||||||
} // end if
|
} // end if
|
||||||
} // end if
|
} // end if
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user