19 uses of WATCHDOG_WARNING in Drupal 6
- aggregator_parse_feed in modules/
aggregator/ aggregator.module - Parse a feed and store its items.
- 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_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.
- locale_translate_edit_form_validate in includes/
locale.inc - Validate string editing form submissions.
- openid_verify_assertion_nonce in modules/
openid/ openid.module - Verify that the nonce has not been used in earlier assertions from the same OpenID provider.
- ping_ping in modules/
ping/ ping.module - Implementation of hook_ping().
- system_update_6007 in modules/
system/ system.install - Change the severity column in the watchdog table to the new values.
- user_edit_validate in modules/
user/ user.pages.inc - user_profile_form_validate in modules/
user/ user.pages.inc - Validation function for the user account and profile editing form.
- user_register_submit in modules/
user/ user.module - Submit handler for the user registration form.
- user_user_operations in modules/
user/ user.module - Implementation of hook_user_operations().
- _comment_delete_thread in modules/
comment/ comment.admin.inc - Perform the actual deletion of a comment and all its replies.
- _locale_import_po in includes/
locale.inc - Parses Gettext Portable Object file information and inserts into database
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.