From f4f2d73f1deb90f9a701ad4826ecdca7fa9f817f Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 18 Apr 2005 07:37:57 +0000 Subject: [PATCH] adding phpdoc blocks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9331 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/listcommands/functions.php | 5 ++++- plugins/listcommands/setup.php | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/listcommands/functions.php b/plugins/listcommands/functions.php index 31906a2f..1e48594d 100644 --- a/plugins/listcommands/functions.php +++ b/plugins/listcommands/functions.php @@ -16,6 +16,9 @@ * @subpackage listcommands */ +/** + * internal function that builds mailing list links + */ function plugin_listcommands_menu_do() { global $passed_id, $passed_ent_id, $color, $mailbox, $message, $startMessage; @@ -89,4 +92,4 @@ function listcommands_fieldsdescr() { 'help' => _("Help")); } -?> +?> \ No newline at end of file diff --git a/plugins/listcommands/setup.php b/plugins/listcommands/setup.php index ac5b5a27..5551efd7 100644 --- a/plugins/listcommands/setup.php +++ b/plugins/listcommands/setup.php @@ -25,6 +25,9 @@ function squirrelmail_plugin_init_listcommands () { $squirrelmail_plugin_hooks['read_body_header']['listcommands'] = 'plugin_listcommands_menu'; } +/** + * Main function added to read_body_header + */ function plugin_listcommands_menu() { include_once(SM_PATH . 'plugins/listcommands/functions.php'); plugin_listcommands_menu_do(); -- 2.25.1