aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2010-12-07 03:33:52 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2010-12-07 03:33:52 +0000
commit1efc8d1b18ccb8334db33d28e20ff261330e8977 (patch)
tree8618885c7bbe657a4f28c59b367b5bb1814f0f4f /video.module
parent89ad60c66f45df085beeceec592b87fd1526f34e (diff)
downloadvideo-1efc8d1b18ccb8334db33d28e20ff261330e8977.tar.gz
video-1efc8d1b18ccb8334db33d28e20ff261330e8977.tar.bz2
Adding field to main video module of intention of removing video types we had in D6
Diffstat (limited to 'video.module')
-rw-r--r--video.module3
1 files changed, 3 insertions, 0 deletions
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().
*/