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

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