Parent Directory
|
Revision Log
|
Revision Graph
#347549 by ssm2017 Binder and kbahey, an uninstall function to remove the variables.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function secondlife_uninstall() { |
| 8 | db_query("DELETE FROM {variable} WHERE name LIKE 'secondlife%%'"); |
| 9 | } |
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |