You are here

26 uses of WATCHDOG_NOTICE in Drupal 5

aggregator_form_category_submit in modules/aggregator/aggregator.module
Process aggregator_form_category form submissions. @todo Add delete confirmation dialog.
aggregator_form_feed_submit in modules/aggregator/aggregator.module
Process aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
blogapi_blogger_edit_post in modules/blogapi/blogapi.module
Blogging API callback. Modifies the specified blog node.
blogapi_blogger_new_post in modules/blogapi/blogapi.module
Blogging API callback. Inserts a new blog post as a node.
book_admin_edit_submit in modules/book/book.module
comment_admin_overview_submit in modules/comment/comment.module
Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_save in modules/comment/comment.module
Accepts a submission of new or changed comment content.
contact_admin_delete_submit in modules/contact/contact.module
Process category delete form submission.
contact_admin_edit_submit in modules/contact/contact.module
Process the contact category edit page form submission.
drupal_client_ping in modules/drupal/drupal.module
Callback function from drupal_xmlrpc() called when another site pings this one.
drupal_cron_run in includes/common.inc
Executes a cron run when called
menu_edit_item_save in modules/menu/menu.module
Save changes to a menu item into the database.
menu_item_delete_form_submit in modules/menu/menu.module
Process menu delete form submissions.
node_form_submit in modules/node/node.module
node_type_delete_confirm_submit in modules/node/content_types.inc
Process content type delete confirm submissions.
node_type_form_submit in modules/node/content_types.inc
Implementation of hook_form_submit().
profile_field_delete_submit in modules/profile/profile.module
Process a field delete form submission.
profile_field_form_submit in modules/profile/profile.module
Process profile_field_form submissions.
search_view in modules/search/search.module
Menu callback; presents the search form and/or search results.
taxonomy_form_term_submit in modules/taxonomy/taxonomy.module
Accept the form submission for a taxonomy term and save the result.
taxonomy_form_vocabulary_submit in modules/taxonomy/taxonomy.module
Accept the form submission for a vocabulary and save the results.
taxonomy_term_confirm_delete_submit in modules/taxonomy/taxonomy.module
taxonomy_vocabulary_confirm_delete_submit in modules/taxonomy/taxonomy.module
user_authenticate in modules/user/user.module
user_delete in modules/user/user.module
Delete a user.
user_register_submit in modules/user/user.module