Project

General

Profile

« Previous | Next » 

Revision 35526e18

Added by Andreas Kohlbecker over 11 years ago

debug output to watchdog

View differences:

7.x/modules/dwca_export/dwca_export.views_default.inc
14 14
		$function = '_view_' . $function_postfix;
15 15
		$view = $function();
16 16
		$views[$view->name] = $view;
17
		watchdog("dwca_export", "hook_views_default_views() : view '".$view->name."'");
17 18
	}
18 19
	return $views;
19 20
}

Also available in: Unified diff