Parent Directory
|
Revision Log
|
Revision Graph
By fixing issue #173848 changed the way tabs are generated. Checked code with coder.module
| 1 | <?php |
| 2 | // $Id: profiletabs.install,v 1.1 2007/08/04 09:20:23 maartenvg Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(); |
| 6 | */ |
| 7 | function profiletabs_uninstall() { |
| 8 | variable_del('profiletabs_default'); |
| 9 | variable_del('profiletabs_hidden'); |
| 10 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |