Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.2, Sun Jul 27 20:03:53 2008 UTC | revision 1.1.2.3, Sun Jul 27 20:09:15 2008 UTC | |
|---|---|---|
| # | Line 11 function iedestroyer_install() { | Line 11 function iedestroyer_install() { |
| 11 | */ | */ |
| 12 | function iedestroyer_uninstall() { | function iedestroyer_uninstall() { |
| 13 | //Delete variables | //Delete variables |
| 14 | db_query("DELETE FROM {variable} WHERE name LIKE 'vocabindex_%'"); | db_query("DELETE FROM {variable} WHERE name LIKE 'iedestroyer_%'"); |
| 15 | cache_clear_all('variables', 'cache'); | cache_clear_all('variables', 'cache'); |
| 16 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |