'); define_once("LESS_THAN", '<'); define_once("GREATER_THAN_EQUAL_TO", '>='); define_once("LESS_THAN_EQUAL_TO", '<='); define_once("NOT_EQUAL_TO", '<>'); //constants for the MessageBoard api define_once("PARENT_TYPE_MESSAGE", 'message'); define_once("PARENT_TYPE_COLLECTION", 'collection'); //constants for the Group api ext define_once("MEMBER", 'member'); define_once("MODERATOR", 'moderator'); define_once("OWNER", 'owner'); define_once("NOT_A_MEMBER", 'not_a_member'); // contant for RECENT MEDIA DISPLAY define_once("RECENT_MEDIA_LIMIT",6); define_once("AGE_SEARCH", 'dob_search');//age search has been handled separately using the DATE_ADD mysyl function. ?>