function views_calc_last_removed in Views Calc 7
Implements hook_update_last_removed().
File
- ./
views_calc.install, line 82 - Install, update and uninstall functions for the views_calc module.
Code
function views_calc_last_removed() {
return 2;
}