/[drupal]/contributions/modules/faceted_search/author_facet.install
ViewVC logotype

Contents of /contributions/modules/faceted_search/author_facet.install

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


Revision 1.7 - (show annotations) (download) (as text)
Sun Jan 4 19:36:25 2009 UTC (10 months, 3 weeks ago) by davidlesieur
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Changes since 1.6: +1 -4 lines
File MIME type: text/x-php
Improved data model for search environment settings.
1 <?php
2 // $Id: author_facet.install,v 1.6 2008/08/26 04:28:10 davidlesieur Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function author_facet_uninstall() {
8 if (db_table_exists('faceted_search_filters')) {
9 db_query("DELETE FROM {faceted_search_filters} WHERE filter_key = 'author'");
10 }
11 }
12

  ViewVC Help
Powered by ViewVC 1.1.2