From 215d925a352b426e8824918736ee61814baf4b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 22 Mar 2002 11:38:01 +0000 Subject: [PATCH] Removed tariling whitespaces and tabs --- ChangeLog | 1 + config.inc.php3 | 12 ++++++------ lang/finnish.inc.php3 | 2 +- lang/turkish.inc.php3 | 2 +- libraries/user_details.js | 14 +++++++------- user_password.php3 | 6 +++--- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 26d0af3f8..840a77af4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ $Source$ statements. * header.inc.php3, line 89: patch #531864 - display something in title when no db thanks to Michal Cihar. + * lang/brazilian_portuguese.inc.php3: removed "^M". 2002-03-20 Marc Delisle * lang/*, removed $strSequence diff --git a/config.inc.php3 b/config.inc.php3 index 0a75f4e36..c5bf7db36 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -42,18 +42,18 @@ $cfgServers[1]['host'] = 'localhost'; // MySQL hostname $cfgServers[1]['port'] = ''; // MySQL port - leave blank for default port $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]['controluser'] = ''; // MySQL control user settings +$cfgServers[1]['controluser'] = ''; // MySQL control user settings // (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) $cfgServers[1]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? $cfgServers[1]['user'] = 'root'; // MySQL user -$cfgServers[1]['password'] = ''; // MySQL password (only needed +$cfgServers[1]['password'] = ''; // MySQL password (only needed // with 'config' auth_type) -$cfgServers[1]['only_db'] = ''; // If set to a db-name, only - // this db is displayed +$cfgServers[1]['only_db'] = ''; // If set to a db-name, only + // this db is displayed // at left frame - // It may also be an array + // It may also be an array // of db-names $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 diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index 9d5ad4856..b82d0d89d 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -69,7 +69,7 @@ $strCardinality = 'Kardinaliteetti'; $strCarriage = 'CR-rivinvaihto: \\r'; $strChange = 'Muokkaa'; $strChangePassword = 'Vaihda salasanaa'; -$strCheckAll = 'Valitse kaikki'; +$strCheckAll = 'Valitse kaikki'; $strCheckDbPriv = 'Tarkista tietokannan käyttöoikeudet'; $strCheckTable = 'Tarkista taulu'; $strColumn = 'Sarake'; diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index d4cb9f4ca..5209d11f2 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -64,7 +64,7 @@ $strCantRenameIdxToPrimary = 'Index\'i PRIMARY olarak adlandırımazs $strCardinality = 'En önemli'; $strCarriage = 'Enter Karakteri: \\r'; $strChange = 'Değiştir'; -$strChangePassword = 'Şifre Değiştir'; +$strChangePassword = 'Şifre Değiştir'; $strCheckAll = 'Tümünü seç'; $strCheckDbPriv = 'Veritabanı önceliklerini kontrol et'; $strCheckTable = 'Tabloyu kontrol et'; diff --git a/libraries/user_details.js b/libraries/user_details.js index 45b9e22b5..e3afe84da 100644 --- a/libraries/user_details.js +++ b/libraries/user_details.js @@ -2,7 +2,7 @@ /** - * Validates the the password field in a form + * Validates the password field in a form * * @param object the form * @@ -127,16 +127,16 @@ function change(the_field) { var sel_idx = null; if (box_name == 'newdb') { - the_form['anydb'][0].checked = true; - the_form['anytable'][0].checked = true; - the_form['anycolumn'][0].checked = true; - if (typeof(the_form['dbgrant']) != 'undefined') { + the_form['anydb'][0].checked = true; + the_form['anytable'][0].checked = true; + the_form['anycolumn'][0].checked = true; + if (typeof(the_form['dbgrant']) != 'undefined') { the_form['dbgrant'].selectedIndex = -1; } - if (typeof(the_form['tablegrant']) != 'undefined') { + if (typeof(the_form['tablegrant']) != 'undefined') { the_form['tablegrant'].selectedIndex = -1; } - if (typeof(the_form['colgrant']) != 'undefined') { + if (typeof(the_form['colgrant']) != 'undefined') { the_form['colgrant'].selectedIndex = -1; } } diff --git a/user_password.php3 b/user_password.php3 index c0de14154..2a542404a 100644 --- a/user_password.php3 +++ b/user_password.php3 @@ -31,10 +31,10 @@ if (isset($nopass)) { if ($nopass == 0 && isset($pma_pw) && isset($pma_pw2)) { if ($pma_pw != $pma_pw2) { - $error_msg = $strPasswordNotSame; + $error_msg = $strPasswordNotSame; } if (empty($pma_pw) || empty($pma_pw2)) { - $error_msg = $strPasswordEmpty; + $error_msg = $strPasswordEmpty; } } // end if @@ -74,7 +74,7 @@ if (isset($nopass)) {