function example_remove_file_status_temporary in Coder 7
Same name and namespace in other branches
- 7.2 coder_upgrade/tests/old/samples/example.module \example_remove_file_status_temporary()
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 1829
Code
function example_remove_file_status_temporary() {
$file->status = FILE_STATUS_TEMPORARY;
$file = array(
'status' => FILE_STATUS_TEMPORARY,
);
function_call(FILE_STATUS_TEMPORARY);
}