From 1efc8d1b18ccb8334db33d28e20ff261330e8977 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Tue, 7 Dec 2010 03:33:52 +0000 Subject: Adding field to main video module of intention of removing video types we had in D6 --- video.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video.module') diff --git a/video.module b/video.module index ce3e6d5..3cf9c69 100644 --- a/video.module +++ b/video.module @@ -6,6 +6,9 @@ * @file video.module * */ +// include the field element +module_load_include('inc', 'video', 'video.field'); + /* * Implementation of hook_init(). */ -- cgit v1.2.3