Parent Directory
|
Revision Log
|
Revision Graph
|
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_%'"); | ||
| } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |