Removed tariling whitespaces and tabs

This commit is contained in:
Loïc Chapeaux
2002-03-22 11:38:01 +00:00
parent 90f81858c5
commit 215d925a35
6 changed files with 19 additions and 18 deletions

View File

@@ -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 <lem9@users.sourceforge.net>
* lang/*, removed $strSequence

View File

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

View File

@@ -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<74>oikeudet';
$strCheckTable = 'Tarkista taulu';
$strColumn = 'Sarake';

View File

@@ -64,7 +64,7 @@ $strCantRenameIdxToPrimary = 'Index\'i PRIMARY olarak adland&#305;r&#305;mazs&#3
$strCardinality = 'En <20>nemli';
$strCarriage = 'Enter Karakteri: \\r';
$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>';
$strCheckDbPriv = 'Veritaban<61> <20>nceliklerini kontrol et';
$strCheckTable = 'Tabloyu kontrol et';

View File

@@ -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;
}
}

View File

@@ -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)) {
<?php
exit();
} // end if
} // end if
} // end if
/**