Parent Directory
|
Revision Log
|
Revision Graph
#264712 by [mustafau]: Doxygen clean-up
| 1 | <?php |
| 2 | // $Id: util.install,v 1.5 2008/05/30 15:26:00 litwol Exp $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Implementation of hook_uninstall(). |
| 10 | */ |
| 11 | function util_uninstall() { |
| 12 | db_query("DELETE FROM {variable} WHERE name LIKE '%s%%'", 'util_'); |
| 13 | cache_clear_all('variables', 'cache'); |
| 14 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |