one PHP waning less
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 22:48:43 +0000 (22:48 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 19 Feb 2002 22:48:43 +0000 (22:48 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2479 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_personal.php

index a2250a46c904bfa20f5acde30c149271f264c241..63a65b9d29897f58fc0c8d1d802406ea66190c51 100644 (file)
@@ -18,6 +18,7 @@ require_once('../functions/array.php');
 define('SMOPT_GRP_CONTACT', 0);
 define('SMOPT_GRP_REPLY', 1);
 define('SMOPT_GRP_SIG', 2);
+define('SMOPT_GRP_TZ', 3);
 
 /* Define the optpage load function for the personal options page. */
 function load_optpage_data_personal() {