function filefield_update_last_removed in FileField 6.3
Implementation of hook_update_last_removed().
File
- ./
filefield.install, line 105
Code
function filefield_update_last_removed() {
return 3;
}
Implementation of hook_update_last_removed().
function filefield_update_last_removed() {
return 3;
}