-
Incident report
-
Resolution: Fixed
-
Trivial
-
2.2.2rc1, 2.3.0
The following constant definitions in defines.inc.php are unused:
define('PROFILE_TYPE_UNKNOWN', 0); define('PROFILE_TYPE_ARRAY_ID', 4); define('PROFILE_TYPE_ARRAY_INT', 5); define('PROFILE_TYPE_ARRAY_STR', 6);
We should also check the remaining constants.