adbard_update_6201()adbard/adbard.install, line 17
Clear the cache, as we had to update our menu for the API changes in Drupal 6.2.
<?php function adbard_update_6201() { cache_clear_all(); return array(); } ?>