| 6 update.install | update_install() |
| 7 update.install | update_install() |
| 8 update.install | update_install() |
Implements hook_install().
File
- modules/
update/ update.install, line 72 - Install, update and uninstall functions for the update module.
Code
function update_install() {
$queue = DrupalQueue::get('update_fetch_tasks', TRUE);
$queue->createQueue();
}
Login or register to post comments