From: jangliss Date: Tue, 14 Jan 2003 07:31:04 +0000 (+0000) Subject: I thought the hook login_form was supposed to be part of the
element. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=cbaf4cf1a2c0ac6142fb48a22371d4b5963bd48b;ds=sidebyside 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 --- 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".