Added error message in case the bodystructure couldn't processed.
[squirrelmail.git] / src / login.php
index 1d3f3654fef53e9e2208571006fddf1e9a7359a2..dd73704f69a6504119d72a40de2ce88dfad0987a 100644 (file)
@@ -113,8 +113,7 @@ html_tag( 'table',
                                 html_tag( 'td',
                                     '<input type="password" name="' . $password_form_name . '">' . "\n" .
                                     '<input type=hidden name="js_autodetect_results" value="SMPREF_JS_OFF">' . "\n" .
-                                    '<input type=hidden name="just_logged_in" value=1>' . "\n" .
-                                    $rcptaddress_input . "\n" ,
+                                    '<input type=hidden name="just_logged_in" value=1>' . "\n",
                                 'left', '', 'width="*"' )
                             ) ,
                         'center', '#ffffff', 'border="0" cols="2" width="100%"' ) ,