From 519f07d7fc7262e197187dafaa2ab694c90dfe3c Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 22 Jan 2002 12:43:58 +0000 Subject: [PATCH] Added (c) notice git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2203 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/mailout.php | 13 ++++++++----- plugins/listcommands/setup.php | 16 +++++++++------- 2 files changed, 17 insertions(+), 12 deletions(-) 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'; -- 2.25.1