You are here

function ad_update_6003 in Advertisement 6

Same name and namespace in other branches
  1. 6.3 ad.install \ad_update_6003()
  2. 6.2 ad.install \ad_update_6003()

Flush all caches for new themeable ad display functions.

File

./ad.install, line 441
Advertisement module database schema.

Code

function ad_update_6003() {
  drupal_flush_all_caches();
  return array();
}