--- contribs/weblinks_checker/weblinks_checker.install 2009-07-11 17:33:44.000000000 +0100 +++ contribs/weblinks_checker/weblinks_checker.install 2009-07-27 07:45:48.000000000 +0100 @@ -3,11 +3,13 @@ /** * @file - * Checks validity of submitted links and handles user deletion. - * Drupal 6 Version + * Install, update and uninstall functions for the Weblinks_Checker module. */ -function weblinks_check_uninstall() { +/** + * Implementation of hook_uninstall(). + */ +function weblinks_checker_uninstall() { variable_del('weblinks_allow_dupes'); variable_del('weblinks_checker_action_on_unpublished'); variable_del('weblinks_checker_detail_log');