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