Parent Directory
|
Revision Log
|
Revision Graph
Fixed newlines.
| 1 | <?php |
| 2 | // $Id: menu_trim.install,v 1.1 2007/01/13 00:59:05 davidlesieur Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function menu_trim_uninstall() { |
| 8 | db_query("DELETE FROM {variable} WHERE name LIKE 'menu_trim_%'"); |
| 9 | cache_clear_all('variables', 'cache'); |
| 10 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |