Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of the Zanox Web Services API module
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Install and uninstall functions. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_uninstall(). |
| 11 | */ |
| 12 | function zws_uninstall() { |
| 13 | variable_del('zws_application_id'); |
| 14 | variable_del('zws_shared_key'); |
| 15 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |