adbard_update_6201

Definition

adbard_update_6201()
adbard/adbard.install, line 17

Description

Clear the cache, as we had to update our menu for the API changes in Drupal 6.2.

Code

<?php
function adbard_update_6201() {
  cache_clear_all();
  return array();
}
?>