From: philippe_mingo Date: Tue, 22 Jan 2002 12:43:58 +0000 (+0000) Subject: Added (c) notice X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=519f07d7fc7262e197187dafaa2ab694c90dfe3c;hp=ba14ec050c633fba4577cacd0e5526ab4daaa1b8 Added (c) notice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2203 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/listcommands/mailout.php b/plugins/listcommands/mailout.php index a4681569..c99d7cfa 100644 --- a/plugins/listcommands/mailout.php +++ b/plugins/listcommands/mailout.php @@ -1,8 +1,11 @@ \n" switch ( $action ) { case 'Help': - $out_string .= _("This will send a message to %s requesting help for this list. You will receive an emailed response at the address below."); + $out_string = _("This will send a message to %s requesting help for this list. You will receive an emailed response at the address below."); break; case 'Subscribe': - $out_string .= _("This will send a message to %s requesting that you will be subscribed to this list. You will be subscribed with the address below."); + $out_string = _("This will send a message to %s requesting that you will be subscribed to this list. You will be subscribed with the address below."); break; case 'Unsubscribe': $out_string = _("This will send a message to %s requesting that you will be unsubscribed from this list. It will try to unsubscribe the adress below."); diff --git a/plugins/listcommands/setup.php b/plugins/listcommands/setup.php index d333c479..7aef8d7f 100644 --- a/plugins/listcommands/setup.php +++ b/plugins/listcommands/setup.php @@ -1,18 +1,20 @@ - * + * $Id$ */ -function squirrelmail_plugin_init_listcommands () -{ + +function squirrelmail_plugin_init_listcommands () { global $squirrelmail_plugin_hooks; $squirrelmail_plugin_hooks['read_body_header']['listcommands'] = 'plugin_listcommands_menu';