X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fconstants.php;h=649febf8f1ad4ec409139479b73a4a61758cc112;hb=f4c37e3c7584d653ac2120f2e5997f8224f98a91;hp=00f771edda2259c6e0fc5e5e6b1467f64733d993;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/functions/constants.php b/functions/constants.php index 00f771ed..649febf8 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -3,7 +3,7 @@ /** * 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. @@ -11,8 +11,10 @@ * src/load_prefs.php. * * $Id$ + * @package squirrelmail */ +/** Need to enable plugin functions for a hook */ require_once(SM_PATH . 'functions/plugin.php'); /* Required for the hook */ /**************************************************************/