Parent Directory
|
Revision Log
|
Revision Graph
Added uninstall hook and changed the displayed help messages to use content type instead of node type
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function nodetypeviews_uninstall() { |
| 8 | variable_del('nodetypeviews_node_types'); |
| 9 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |