remove redundant call

master
joey 2006-07-11 21:32:16 +00:00
parent e5d01f5516
commit a9508d6ba8
1 changed files with 0 additions and 2 deletions

View File

@ -179,8 +179,6 @@ sub cgi_signin ($$) { #{{{
}
if ($form->submitted && $form->validate) {
decode_form_utf8($form);
if ($form->submitted eq 'Login') {
$session->param("name", $form->field("name"));
if (defined $form->field("do") &&