Parent Directory
|
Revision Log
|
Revision Graph
Addes info and install files.
| 1 | <?php |
| 2 | |
| 3 | /* $Id: $ */ |
| 4 | |
| 5 | /** |
| 6 | * Implementation of hook_uninstall(). |
| 7 | */ |
| 8 | function roleassign_uninstall() |
| 9 | { |
| 10 | variable_del('roleassign_roles'); |
| 11 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |