X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Finfo%2Foptions.php;h=79fa0d18ef8a8e9e9cdcb6112efd57407ba2943d;hp=8da3dd9e2e8703c99ac6dad0761845689dea74d4;hb=8ab3c1bd38409d09e1c336107ebee474b5a7dd39;hpb=2128bbc6c5a178906d5d7b925bcd6d0652f47f52 diff --git a/plugins/info/options.php b/plugins/info/options.php index 8da3dd9e..79fa0d18 100644 --- a/plugins/info/options.php +++ b/plugins/info/options.php @@ -6,7 +6,7 @@ * This is where it all happens :) * * @author Jason Munro - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -203,6 +203,6 @@ sqimap_logout($imap_stream); * * Hook allows attaching plugin to bottom of info plugin */ -do_hook('info_bottom'); +do_hook('info_bottom', $null); ?>