Changing "NOT DELETED" to "UNDELETED" per Seth and Marc's suggestion.
[squirrelmail.git] / functions / constants.php
index 649febf8f1ad4ec409139479b73a4a61758cc112..a5d1c257eea2912577b9f47eef72213b4899985b 100644 (file)
@@ -3,14 +3,14 @@
 /**
  * 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.
+ * 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
  */
 
@@ -18,7 +18,7 @@
 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. */
@@ -55,4 +55,4 @@ define('SMPREF_JS_AUTODETECT', 2);
 
 do_hook('loading_constants');
 
-?>
+?>
\ No newline at end of file