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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user