Minor cleanups
[squirrelmail.git] / functions / constants.php
index a6ac0909de3afc8db4c29dabc4213052ac48a98c..382d3cc9e21a1d26acbd7f16e7bc78d23598c167 100644 (file)
@@ -3,16 +3,18 @@
 /**
  * constants.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Loads constants used by the rest of the Squirrelmail source.
  * This file is include by src/login.php, src/redirect.php and
  * src/load_prefs.php.
  *
- * $Id$
+ * @version $Id$
+ * @package squirrelmail
  */
 
+/** Need to enable plugin functions for a hook */
 require_once(SM_PATH . 'functions/plugin.php');  /* Required for the hook */
 
 /**************************************************************/
@@ -53,4 +55,4 @@ define('SMPREF_JS_AUTODETECT', 2);
 
 do_hook('loading_constants');
 
-?>
+?>
\ No newline at end of file