** -> *
[squirrelmail.git] / functions / constants.php
index 4734a819a05fca6c8b2cac78c9ec401bd3f96b9f..e223c464f76940fdbbf4ebbaf8a6595ee6c0a3a3 100644 (file)
@@ -1,15 +1,16 @@
 <?php
+
     /**
-     * constants.php
+     *  constants.php
      *
-     * Copyright (c) 1999-2001 The SquirrelMail Development Team
-     * Licensed under the GNU GPL. For full terms see the file COPYING.
+     *  Copyright (c) 1999-2001 The SquirrelMail Development 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 include by src/login.php, src/redirect.php and
+     *  src/load_prefs.php.
      *
-     * $Id$
+     *  $Id$
      */
 
     /**************************************************************/
@@ -46,5 +47,5 @@
     define('SMPREF_JS_ON', 1);
     define('SMPREF_JS_AUTODETECT', 2);
 
-    do_hook("loading_constants");
+    do_hook('loading_constants');
 ?>