function rate_update_last_removed in Rate 8.2
Implements hook_update_last_removed().
File
- ./
rate.install, line 55 - Installation/Uninstallation functions for rate module.
Code
function rate_update_last_removed() {
// Removed 8002, enabling multiple entities and widgets for the 8.x-1.x.
// The next update function is rate_update_8201().
return 8002;
}