Parent Directory
|
Revision Log
|
Revision Graph
Initial import
| 1 | <?php |
| 2 | // $Id:$ |
| 3 | /** |
| 4 | * @author Marco Bischoff |
| 5 | * @file |
| 6 | * Installation / uninstallation routines. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_uninstall(). |
| 11 | */ |
| 12 | function smsplug_uninstall() |
| 13 | { |
| 14 | //deletes all references in the database |
| 15 | db_query(db_rewrite_sql("delete from variable where name like 'smsplug%'")); |
| 16 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |