Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sun May 11 04:38:51 2008 UTC | revision 1.1.2.1, Sun May 11 04:38:51 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | <?php | |
| 2 | // $Id: $ | |
| 3 | ||
| 4 | /** | |
| 5 | * Implementation of hook_uninstall(). | |
| 6 | */ | |
| 7 | function taxonomy_hide_uninstall() { | |
| 8 | variable_del('taxonomy_hide_vocabularies'); | |
| 9 | variable_del('taxonomy_hide_group_by_vocabulary'); | |
| 10 | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |