Parent Directory
|
Revision Log
|
Revision Graph
Works on 7.x
| 1 | <?php |
| 2 | // $Id: saveguard.install,v 1.2 2008/12/12 21:35:34 deekayen Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implement hook_uninstall(). |
| 6 | */ |
| 7 | function saveguard_uninstall() { |
| 8 | variable_del('saveguard_message'); |
| 9 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |