function paging_update_last_removed in Paging 7
Implements hook_update_last_removed().
File
- ./
paging.install, line 87 - Install hooks for the Paging module.
Code
function paging_update_last_removed() {
return 6000;
}
Implements hook_update_last_removed().
function paging_update_last_removed() {
return 6000;
}