By dave reid on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-2.x
Introduced in version:
7.x-2.0-alpha1
Issue links:
Description:
Before:
$file_types = file_type_get_all_types();
After:
$file_types = file_type_load_all();
Impacts:
Module developers