* relation_type_save(), keyed by relation_type.
*/
function relation_get_types($types = array()) {
- if (function_exists('ctools_export_crud_load_multiple')) {
+ if (module_exists('ctools')) {
ctools_include('export');
+ }
+ if (function_exists('ctools_export_crud_load_multiple')) {
$relation_types = $types ? ctools_export_crud_load_multiple('relation_type', $types) : ctools_export_crud_load_all('relation_type');
static $recurse = FALSE;
if (!$recurse) {