X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fcalendar%2Fsetup.php;h=4b30c1b457d739b4ea5689ed521ed3f31c6368ba;hp=0353361c438775d7fa91efbae20c06771eaf0370;hb=ea5f4b8eaf805c4cc4e9533e87d057300a7fe666;hpb=96d985e56dd20e2045e07673fc42e1ad908b398e diff --git a/plugins/calendar/setup.php b/plugins/calendar/setup.php index 0353361c..4b30c1b4 100644 --- a/plugins/calendar/setup.php +++ b/plugins/calendar/setup.php @@ -11,8 +11,14 @@ * init plugin into squirrelmail * * $Id$ + * @package plugins + * @subpackage calendar */ +/** + * Initialize the plugin + * @return void + */ function squirrelmail_plugin_init_calendar() { global $squirrelmail_plugin_hooks; $squirrelmail_plugin_hooks['menuline']['calendar'] = 'calendar';