/[drupal]/contributions/modules/nodetypeviews/nodetypeviews.install
ViewVC logotype

Contents of /contributions/modules/nodetypeviews/nodetypeviews.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sat Aug 30 22:54:39 2008 UTC (14 months, 3 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Added uninstall hook and changed the displayed help messages to use content type instead of node type
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function nodetypeviews_uninstall() {
8 variable_del('nodetypeviews_node_types');
9 }

  ViewVC Help
Powered by ViewVC 1.1.2