- Issue created by @ambot112
- First commit to issue fork.
- Status changed to Closed: outdated
4 months ago 9:58pm 11 December 2024
Core function drupal_write_record has a description
Do not use drupal_write_record() within hook_update_N() functions, since the database schema cannot be relied upon when a user is running a series of updates. Instead, use db_insert() or db_update() to save the record.
Active
5.0
Code - Quiz core