16 uses of WATCHDOG_WARNING in Drupal 5
- aggregator_parse_feed in modules/
aggregator/ aggregator.module - aggregator_refresh in modules/
aggregator/ aggregator.module - Checks a news feed for new items.
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- drupal_access_denied in includes/
common.inc - Generates a 403 error if the request is not allowed.
- drupal_cron_cleanup in includes/
common.inc - Shutdown function for cron cleanup.
- drupal_cron_run in includes/
common.inc - Executes a cron run when called
- drupal_notify in modules/
drupal/ drupal.module - Sends a ping to the Drupal directory server.
- drupal_not_found in includes/
common.inc - Generates a 404 error if the request can not be handled.
- drupal_xml_parser_create in includes/
unicode.inc - Prepare a new XML parser.
- ping_ping in modules/
ping/ ping.module - Implementation of hook_ping().
- system_update_159 in modules/
system/ system.install - Retrieve data out of the old_revisions table and put into new revision system.
- system_update_169 in modules/
system/ system.install - user_edit_validate in modules/
user/ user.module - user_register_submit in modules/
user/ user.module - user_user_operations in modules/
user/ user.module - Implementation of hook_user_operations().
- _comment_delete_thread in modules/
comment/ comment.module