X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=include%2Fconstants.php;h=8d5461b8f3870978a2483b1d7f2b0f09b8eafcea;hb=f197ec8835b64975ff47dc6cd86dae75605baebf;hp=a032a5ae27b56f83eaf572145e23fd36f0f2eaa4;hpb=79ba18dc89b1b096ecdf0b77169d57e0caf661db;p=squirrelmail.git diff --git a/include/constants.php b/include/constants.php index a032a5ae..8d5461b8 100644 --- a/include/constants.php +++ b/include/constants.php @@ -6,7 +6,7 @@ * Loads constants used by the rest of the SquirrelMail source. * * Before 1.5.2 script was stored in functions/constants.php - * @copyright 1999-2013 The SquirrelMail Project Team + * @copyright 1999-2016 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -25,7 +25,7 @@ define('SM_VERSION', '1.5.2 [SVN]'); * Year interval for copyright notices in the interface * @since 1.5.2 */ -define('SM_COPYRIGHT', '1999-2013'); +define('SM_COPYRIGHT', '1999-2016'); /**************************************************************/ /* Set values for constants used by SquirrelMail preferences. */ @@ -231,13 +231,14 @@ define('SMOPT_TYPE_COMMENT', 7); define('SMOPT_TYPE_FLDRLIST', 8); define('SMOPT_TYPE_FLDRLIST_MULTI', 9); define('SMOPT_TYPE_EDIT_LIST', 10); -define('SMOPT_TYPE_STRLIST_MULTI', 11); -define('SMOPT_TYPE_BOOLEAN_CHECKBOX', 12); -define('SMOPT_TYPE_BOOLEAN_RADIO', 13); -define('SMOPT_TYPE_STRLIST_RADIO', 14); -define('SMOPT_TYPE_SUBMIT', 15); -define('SMOPT_TYPE_INFO', 16); -define('SMOPT_TYPE_PASSWORD', 17); +define('SMOPT_TYPE_EDIT_LIST_ASSOCIATIVE', 11); +define('SMOPT_TYPE_STRLIST_MULTI', 12); +define('SMOPT_TYPE_BOOLEAN_CHECKBOX', 13); +define('SMOPT_TYPE_BOOLEAN_RADIO', 14); +define('SMOPT_TYPE_STRLIST_RADIO', 15); +define('SMOPT_TYPE_SUBMIT', 16); +define('SMOPT_TYPE_INFO', 17); +define('SMOPT_TYPE_PASSWORD', 18); // Define constants for the layout scheme for edit lists define('SMOPT_EDIT_LIST_LAYOUT_LIST', 0);