/[drupal]/contributions/modules/abuse/watchlist/watchlist.install
ViewVC logotype

Diff of /contributions/modules/abuse/watchlist/watchlist.install

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

revision 1.1.2.1 by btmash, Wed May 14 19:13:19 2008 UTC revision 1.1.2.2 by btmash, Fri Jul 18 15:52:51 2008 UTC
# Line 2  Line 2 
2  // $Id$  // $Id$
3    
4  /**  /**
5   * Implementation of hook_uninstall   * @file
6   *   * Install/Uninstall Procedures of the watchlist module
7   * Remove all the watchlist settings stored in the variable table   */
8    
9    /**
10     * Implementation of hook_uninstall().
11   */   */
12  function watchlist_uninstall() {  function watchlist_uninstall() {
13    db_query("DELETE FROM {variable} WHERE name LIKE 'watchlist_%'");    db_query("DELETE FROM {variable} WHERE name LIKE 'watchlist_%'");

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.3