summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-09-06 19:10:50 +0000
committerDries Buytaert <dries@buytaert.net>2005-09-06 19:10:50 +0000
commit7f08b766aa3c831ba9f35e2e3504152dc84e7599 (patch)
tree9f4fbda499adcd14e6d878ec450fb6bf998ef1d1 /modules
parentd57db29ee3d93aeacd371e0d33c0bd886baef879 (diff)
downloadbrdo-7f08b766aa3c831ba9f35e2e3504152dc84e7599.tar.gz
brdo-7f08b766aa3c831ba9f35e2e3504152dc84e7599.tar.bz2
- Patch #30382 by Robert: removed unused variable by ''.
Diffstat (limited to 'modules')
-rw-r--r--modules/user.module2
-rw-r--r--modules/user/user.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user.module b/modules/user.module
index 6f25300b3..e3a17dbe0 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -524,7 +524,7 @@ function user_block($op = 'list', $delta = 0, $edit = array()) {
// might already be set.
$output .= form_textfield(t('Username'), 'name', $edit['name'], 15, 64);
- $output .= form_password(t('Password'), 'pass', $pass, 15, 64);
+ $output .= form_password(t('Password'), 'pass', '', 15, 64);
$output .= form_submit(t('Log in'));
$output .= "</div>\n";
diff --git a/modules/user/user.module b/modules/user/user.module
index 6f25300b3..e3a17dbe0 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -524,7 +524,7 @@ function user_block($op = 'list', $delta = 0, $edit = array()) {
// might already be set.
$output .= form_textfield(t('Username'), 'name', $edit['name'], 15, 64);
- $output .= form_password(t('Password'), 'pass', $pass, 15, 64);
+ $output .= form_password(t('Password'), 'pass', '', 15, 64);
$output .= form_submit(t('Log in'));
$output .= "</div>\n";