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

Contents of /contributions/modules/jqp/jqp.install

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Apr 19 10:30:22 2009 UTC (7 months, 1 week ago) by skilip
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, HEAD
Branch point for: DRUPAL-6--2
File MIME type: text/x-php
Added all files required for v.2
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 *
7 * Delete all javascript library entries from the system table
8 */
9
10 /**
11 * Implementation of hook_uninstall().
12 */
13 function jqp_uninstall() {
14 db_query("DELETE FROM {system} WHERE type = '%s'", 'javascript library');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2