Making delete button, when viewing a message, consider which page was viewed before
[squirrelmail.git] / functions / constants.php
index 00f771edda2259c6e0fc5e5e6b1467f64733d993..d4b1d9b870cf8664f298bdf1a257e3f2c8d964a3 100644 (file)
@@ -3,16 +3,18 @@
 /**
  * constants.php
  *
- * Copyright (c) 1999-2003 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 */
 
 /**************************************************************/