You are here

constant BIRTHDAYS_PAGE_FILTER_SORT_DATE in Birthdays 6

Same name and namespace in other branches
  1. 5 birthdays.module \BIRTHDAYS_PAGE_FILTER_SORT_DATE

Do not show users without a birthday on the Birthdays listing and sort by birthday. Default.

2 uses of BIRTHDAYS_PAGE_FILTER_SORT_DATE
birthdays_admin_settings in ./birthdays.admin.inc
Generates the Birthdays admininistration form located at ?q=admin/settings/birthdays.
birthdays_view_page in ./birthdays.page.inc
Show birthdays page @desc Callback for birthdays menu item to show a page which lists all users.

File

./birthdays.module, line 87
The Birthdays module allows users to add their birthday to their profile. It lists birthdays on a seperate page and in different blocks. Users can receive an e-mail on their birthday automatically, and the administrator can receive daily reminders of…

Code

define('BIRTHDAYS_PAGE_FILTER_SORT_DATE', '0');