-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 2.2.2rc1, 2.3.0
-
Component/s: API (A), Frontend (F)
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.