Creates a new fetch task after loading the necessary include file.
$project: Associative array of information about a project. See update_get_projects() for the keys used.
function update_create_fetch_task($project) {
module_load_include('inc', 'update', 'update.fetch');
return _update_create_fetch_task($project);
}