adding function params and since tags to other sqimap mailbox functions
[squirrelmail.git] / functions / constants.php
index d4b1d9b870cf8664f298bdf1a257e3f2c8d964a3..17bffe92496d938627f2c575cfe684bb9edfd1af 100644 (file)
@@ -3,12 +3,12 @@
 /**
  * constants.php
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 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.
+ * Loads constants used by the rest of the SquirrelMail source.
+ * This file is included by functions/date.php, include/load_prefs.php,
+ * plugins/administrator/defines.php, src/login.php and src/redirect.php.
  *
  * @version $Id$
  * @package squirrelmail
@@ -17,9 +17,9 @@
 /** Need to enable plugin functions for a hook */
 require_once(SM_PATH . 'functions/plugin.php');  /* Required for the hook */
 
-/**************************************************************/
-/* Set values for constants used by Squirrelmail preferences. */
-/**************************************************************/
+////////////////////////////////////////////////////////////////
+// Set values for constants used by SquirrelMail preferences. //
+////////////////////////////////////////////////////////////////
 
 /* Define basic, general purpose preference constants. */
 define('SMPREF_NO', 0);
@@ -55,4 +55,4 @@ define('SMPREF_JS_AUTODETECT', 2);
 
 do_hook('loading_constants');
 
-?>
+?>
\ No newline at end of file