You are here

function videoftp_install in Video 6.5

Same name and namespace in other branches
  1. 6.4 types/videoftp/videoftp.install \videoftp_install()

Implementation of hook_install().

File

types/videoftp/videoftp.install, line 10
Installation file for the videoftp module.

Code

function videoftp_install() {
  drupal_load('module', 'content');
  content_notify('install', 'videoftp');
}