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

Contents of /contributions/modules/nodequeue_builder/nodequeue_builder.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jan 9 22:40:06 2007 UTC (2 years, 10 months ago) by tbarregren
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
Fixed minor bugs.
1 <?php
2
3 /* $Id: $ */
4
5 /**
6 * Implementation of hook_uninstall().
7 */
8 function nodequeue_builder_uninstall()
9 {
10 variable_del('nodequeue_builder_view');
11 variable_del('nodequeue_builder_limit');
12 }

  ViewVC Help
Powered by ViewVC 1.1.2