From cbaf4cf1a2c0ac6142fb48a22371d4b5963bd48b Mon Sep 17 00:00:00 2001 From: jangliss Date: Tue, 14 Jan 2003 07:31:04 +0000 Subject: [PATCH 1/1] I thought the hook login_form was supposed to be part of the
element. As it was, it was outside... this corrects it... Should make things like the login_auto plugin work now a little better too :P git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4416 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/login.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/login.php b/src/login.php index d60f77d2..9fd1c6ab 100644 --- a/src/login.php +++ b/src/login.php @@ -136,10 +136,9 @@ html_tag( 'table', '', '#ffffff', 'border="0" width="350"' ) . '', 'center' ) ) , -'', '#ffffff', 'border="0" cellspacing="0" cellpadding="0" width="100%"' ) . -'
' . "\n"; - +'', '#ffffff', 'border="0" cellspacing="0" cellpadding="0" width="100%"' ); do_hook('login_form'); +echo '' . "\n"; do_hook('login_bottom'); echo "\n". -- 2.25.1