From 7f08b766aa3c831ba9f35e2e3504152dc84e7599 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 Sep 2005 19:10:50 +0000 Subject: - Patch #30382 by Robert: removed unused variable by ''. --- modules/user.module | 2 +- modules/user/user.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 .= "\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 .= "\n"; -- cgit v1.2.3