From: fidian Date: Mon, 12 Nov 2001 14:18:03 +0000 (+0000) Subject: SMPREF_OFF and SMPREF_ON were undefined. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e938ae34d62fa626a9e9221c1dea6d854a0aa714 SMPREF_OFF and SMPREF_ON were undefined. (Warning removal) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1736 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/constants.php b/functions/constants.php index a16b1a4e..4734a819 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -18,7 +18,9 @@ /* Define basic, general purpose preference constants. */ define('SMPREF_NO', 0); + define('SMPREF_OFF', 0); define('SMPREF_YES', 1); + define('SMPREF_ON', 1); define('SMPREF_NONE', 'none'); /* Define constants for location based preferences. */