discard 'data_license' table in davour of constant definitions

This commit is contained in:
following
2013-03-15 16:48:17 +01:00
parent 55c9d3e23c
commit a15b558275
4 changed files with 7 additions and 13 deletions
+6
View File
@@ -64,4 +64,10 @@
define('USR_OPT_MAP_PREVIEW', 10);
define('USR_OPT_PICSTAT', 11);
define('USR_OPT_TRANSLANG', 12);
// user.data_license values
define('OLD_DATA_LICSENSE',0); // deadline not reached
define('NEW_DATA_LICENSE_DECLINED',1); // declined license
define('NEW_DATA_LICSENSE_ACTIVELY_ACCEPTED',1); // accepted new license on registration
define('NEW_DATA_LICSENSE_PASSIVELY_ACCEPTED',2); // did not decline license until deadline
?>