adding phpdoc blocks
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Apr 2005 07:37:57 +0000 (07:37 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Apr 2005 07:37:57 +0000 (07:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9331 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/listcommands/functions.php
plugins/listcommands/setup.php

index 31906a2fa117aa837ffc69818852bae682870007..1e48594d0b55c6cf5542b5f89107052de55d0e03 100644 (file)
@@ -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
index ac5b5a2705b13a52052dcd54aea835aeae27c3c1..5551efd78d9a637d53dec3aa5cf1576b7f9a41f6 100644 (file)
@@ -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();