From 02b0b1d503e51f2cccc2849493974ded635d3271 Mon Sep 17 00:00:00 2001 From: stekkel Date: Sun, 4 Aug 2002 11:56:11 +0000 Subject: [PATCH] Removed rcpaddress warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3246 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/login.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/login.php b/src/login.php index 1d3f3654..dd73704f 100644 --- a/src/login.php +++ b/src/login.php @@ -113,8 +113,7 @@ html_tag( 'table', html_tag( 'td', '' . "\n" . '' . "\n" . - '' . "\n" . - $rcptaddress_input . "\n" , + '' . "\n", 'left', '', 'width="*"' ) ) , 'center', '#ffffff', 'border="0" cols="2" width="100%"' ) , -- 2.25.1