You are here

function example_remove_file_status_temporary in Coder 7.2

Same name and namespace in other branches
  1. 7 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);
}