function scheduler_update_last_removed in Scheduler 7
Implements hook_update_last_removed().
File
- ./
scheduler.install, line 88 - Installation file for Scheduler module.
Code
function scheduler_update_last_removed() {
// The updates for Scheduler 6.x are no longer required in this file.
// This function shows that the last update was scheduler_update_6101.
return 6101;
}