From acb7fa6573598f8061a7b96052fb2f7633c04351 Mon Sep 17 00:00:00 2001 From: jervfors Date: Fri, 8 Apr 2005 06:38:00 +0000 Subject: [PATCH] phpDocumentor fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9221 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/constants.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/constants.php b/functions/constants.php index a5d1c25..17bffe9 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -7,8 +7,8 @@ * 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. + * 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); -- 1.9.1