Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sun Jul 27 19:52:08 2008 UTC | revision 1.1.2.1, Sun Jul 27 19:52:08 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | <?php | |
| 2 | ||
| 3 | /** | |
| 4 | * Implementation of hook_uninstall() | |
| 5 | */ | |
| 6 | function iedestroyer_uninstall() { | |
| 7 | //Delete variables | |
| 8 | db_query("DELETE FROM {variable} WHERE name LIKE 'vocabindex_%'"); | |
| 9 | cache_clear_all('variables', 'cache'); | |
| 10 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |