Parent Directory
|
Revision Log
|
Revision Graph
finish Drupal 6 support; code style fixes based on suggestions from coder module
| 1 | <?php |
| 2 | // $Id:$ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_uninstall(). |
| 6 | */ |
| 7 | function urllist_uninstall() { |
| 8 | variable_del('urllist_logacc'); |
| 9 | variable_del('urllist_yahoo_submit'); |
| 10 | variable_del('urllist_yahoo_cron_submit'); |
| 11 | variable_del('urllist_yahoo_rss_submit'); |
| 12 | variable_del('urllist_yahoo_appid'); |
| 13 | variable_del('urllist_yahoo_auth_link'); |
| 14 | variable_del('urllist_yahoo_auth_content'); |
| 15 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |