11 calls to db_last_insert_id() in Drupal 6
- actions_save in includes/
actions.inc - Save an action and its associated user-supplied parameter values to the database.
- aggregator_save_category in modules/
aggregator/ aggregator.module - Add/edit/delete aggregator categories.
- aggregator_save_feed in modules/
aggregator/ aggregator.module - Add/edit/delete an aggregator feed.
- aggregator_save_item in modules/
aggregator/ aggregator.module - Add/edit/delete an aggregator item.
- batch_process in includes/
form.inc - Processes the batch.
- block_add_block_form_submit in modules/
block/ block.admin.inc - Save the new custom block.
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- drupal_write_record in includes/
common.inc - Save a record to the database based upon the schema.
- menu_link_save in includes/
menu.inc - Save a menu link.
- system_install in modules/
system/ system.install - Implementation of hook_install().
- user_save in modules/
user/ user.module - Save changes to a user account or add a new user.