aboutsummaryrefslogtreecommitdiff
path: root/types/videoftp/videoftp.install
diff options
context:
space:
mode:
Diffstat (limited to 'types/videoftp/videoftp.install')
-rw-r--r--types/videoftp/videoftp.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/types/videoftp/videoftp.install b/types/videoftp/videoftp.install
deleted file mode 100644
index 8349abc..0000000
--- a/types/videoftp/videoftp.install
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-// $Id$
-
-/**
- * Implementation of hook_install().
- */
-function videoftp_install() {
- drupal_load('module', 'content');
- content_notify('install', 'videoftp');
-}
-
-function videoftp_uninstall() {
- drupal_load('module', 'content');
- content_notify('uninstall', 'videoftp');
-}
-
-function videoftp_enable() {
- drupal_load('module', 'content');
- content_notify('enable', 'videoftp');
-}
-
-function videoftp_disable() {
- drupal_load('module', 'content');
- content_notify('disable', 'videoftp');
-} \ No newline at end of file