constant WATCHDOG_ERROR
Search API
- 7.x bootstrap.inc WATCHDOG_ERROR
- 6.x bootstrap.inc WATCHDOG_ERROR
- 4.x bootstrap.inc WATCHDOG_ERROR
- 5.x bootstrap.inc WATCHDOG_ERROR
17 uses of WATCHDOG_ERROR
- admin_apply_draft_changes_form_submit in modules/
admin/ admin.module - Handles the actual moving of draft courses into production.
- calendar_get_appointments_for_faculty in modules/
calendar/ calendar.module - Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
- content_cron in modules/
content/ content.module - hook_cron
- course_search_download_syllabus in modules/
course_search/ course_search.module - This function will actually deliver a syllabus to the user's browser for download.
- engagements_handle_sms_stop in modules/
engagements/ engagements.module - This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future.
File
- ./
bootstrap.inc, line 74 - This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.
Code
@define('WATCHDOG_ERROR', 3)