Parent Directory
|
Revision Log
|
Revision Graph
Initial port to Drupal 6.x. Testing still needs to be done.
| 1 | <?php |
| 2 | // $Id: contact_attach.install,v 1.2 2008/06/19 12:24:17 oadaeh Exp $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * The uninstallation instructions for Contact attach. |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Implementation of hook_uninstall(). |
| 11 | */ |
| 12 | function contact_attach_uninstall() { |
| 13 | variable_del('contact_attach_number'); |
| 14 | } // End of contact_attach_uninstall(). |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |