From 088010eee3e96903fc0360f68e751738c260dcb0 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 18 Jul 2001 04:43:52 +0000 Subject: [PATCH] array format (php3) fixes --- admin/editaccount.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/editaccount.php b/admin/editaccount.php index 986d892c3e..d51aa6565e 100755 --- a/admin/editaccount.php +++ b/admin/editaccount.php @@ -98,7 +98,7 @@ 'lang_expires' => lang('Expires'), 'lang_firstname' => lang('First Name'), 'lang_button' => lang('Save'), - 'lang_file_space' => lang('File Space'), + 'lang_file_space' => lang('File Space') ); $t->set_var($var); $t->parse('form_buttons','form_buttons_',True); @@ -153,7 +153,7 @@ 'loginshell' => $loginshell, 'account_passwd' => $account_passwd, 'account_passwd_2' => $account_passwd_2, - 'account_file_space' => $account_file_space, + 'account_file_space' => $account_file_space ); $t->set_var($var); $t->parse('password_fields','form_passwordinfo',True); @@ -466,7 +466,7 @@ 'account_expires_month' => $account_expires_month, 'account_expires_day' => $account_expires_day, 'account_expires_year' => $account_expires_year, - 'file_space' => $account_file_space_number . "-" . $account_file_space_type, + 'file_space' => $account_file_space_number . "-" . $account_file_space_type ); if (!$errors = userDataInvalid($userData))