function finder_status in Finder 7.2
Export CRUD callback for changing finder status.
Parameters
$finder: The finder object.
$status: The new value of the status.
File
- ./
finder.module, line 470 - The finder module.
Code
function finder_status($finder, $status) {
$finder->status = $status;
finder_save($finder);
}