Parent Directory
|
Revision Log
|
Revision Graph
Code ran through coder
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Install file |
| 7 | * |
| 8 | * @author Kristof De Jaeger - http://drupal.org/user/107403 - http://realize.be |
| 9 | * @version this is the drupal 5.x version |
| 10 | */ |
| 11 | |
| 12 | /** |
| 13 | * Implementation of hook_uninstall(). |
| 14 | */ |
| 15 | function views_ui_perm_uninstall() { |
| 16 | variable_del('views_ui_permissions'); |
| 17 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |