You are here

function videoftp_uninstall in Video 6.4

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

File

types/videoftp/videoftp.install, line 11

Code

function videoftp_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'videoftp');
}