Chris@0: /** Chris@0: * Implements hook_file_presave(). Chris@0: */ Chris@0: function {{ machine_name }}_file_presave($file) { Chris@0: // Change the file timestamp to an hour prior. Chris@0: $file->timestamp -= 3600; Chris@0: }