Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / calendar / setup.php
index 0a3f0cf6b8e9d13c1eb547328823360136c8751a..fa5f175176feb15c08dffff57cb8eeae6e1d4a40 100644 (file)
@@ -3,16 +3,22 @@
 /**
  * setup.php
  *
- * Copyright (c) 2002 The SquirrelMail Project Team
+ * Copyright (c) 2002-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Originally contrubuted by Michal Szczotka <michal@tuxy.org>
  *
  * init plugin into squirrelmail
  *
- * $Id$ 
+ * $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';
@@ -24,4 +30,4 @@ function calendar() {
     echo "&nbsp;&nbsp;\n";
 }
 
-?>
+?>
\ No newline at end of file