Parent Directory
|
Revision Log
|
Revision Graph
Fixed whois.install PHP declaration.
| 1 | <?php |
| 2 | // $Id: whois.install,v 1.1 2008/08/12 11:15:57 Gurpartap Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function whois_uninstall() { |
| 8 | variable_del('whois_output_method'); |
| 9 | variable_del('whois_enable_ajax'); |
| 10 | variable_del('whois_hourly_threshold'); |
| 11 | variable_del('whois_log_watchdog'); |
| 12 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |