[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/audiofield/ -> audiofield.install (source)

   1  <?php
   2  /**
   3   * Implementation of hook_install().
   4   */
   5  function audiofield_install() {
   6    drupal_load('module', 'content');
   7    content_notify('install', 'audiofield');
   8  }
   9  
  10  function audiofield_uninstall() {
  11    drupal_load('module', 'content');
  12    content_notify('uninstall', 'audiofield');
  13  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7