I think change was approved by Paul in plugins mailing list. If you think
that I am breaking too many things, I can revert the change.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9979
7612ce4b-ef26-0410-bec9-
ea0150e637f0
able to convert html formated mails to different character set. Initial
patch by Peter Draganov (#1195232). Fixed display of html formated emails
in formatBody() function (#1258925).
+ - login_form hook changed from do_hook to concat_hook_function in order to
+ place form elements before login button (#1245070).
Version 1.5.0 - 2 February 2004
-------------------------------
left_main_after src/left_main.php do_hook
login_cookie src/login.php do_hook
login_top src/login.php do_hook
- login_form src/login.php do_hook
+ login_form src/login.php concat_hook
+ (was do_hook before 1.5.1)
login_bottom src/login.php do_hook
* optpage_set_loadinfo src/options.php do_hook
* optpage_loadhook_personal src/options.php do_hook
$rcptaddress .
addHidden('just_logged_in', '1'),
'left', '', 'width="*"' )
- ) ,
+ ) .
+ concat_hook_function('login_form') ,
'center', $color[4], 'border="0" width="100%"' ) ,
'left', $color[4] )
) .
'center' )
) ,
'', $color[4], 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
-do_hook('login_form');
echo '</form>' . "\n";
do_hook('login_bottom');