Parent Directory
|
Revision Log
|
Revision Graph
bug fixed
| 1 | <?php |
| 2 | /** |
| 3 | * Implementation of hook_uninstall(). |
| 4 | */ |
| 5 | function ulink_uninstall() { |
| 6 | db_query("DELETE FROM {variable} WHERE name LIKE 'ulink_%'"); |
| 7 | cache_clear_all('variables', 'cache'); |
| 8 | } |
| 9 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |