/[drupal]/contributions/modules/buddylist2/buddylist_ui/buddylist_ui.install
ViewVC logotype

Diff of /contributions/modules/buddylist2/buddylist_ui/buddylist_ui.install

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

revision 1.2.2.1, Wed Feb 27 18:13:57 2008 UTC revision 1.2.2.2, Fri Jul 25 16:49:43 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: buddylist_ui.install,v 1.2 2008/02/22 08:11:03 nodestroy Exp $  // $Id$
3    
4  /**  /**
5   * @file   * @file
6   * Install/Update/Uninstall file for buddylist_ui   * Contains install/uninstall and update functions for buddylist_ui
7   */   */
8    
 /**  
  * Implementation of hook_uninstall().  
  */  
 function buddylist_ui_uninstall() {  
   db_query("DELETE FROM {variable} WHERE name LIKE 'buddylist_%'");  
 }  

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2