You are here

function imagefield_extended_update_6300 in ImageField Extended 6.3

Same name and namespace in other branches
  1. 6.4 imagefield_extended.install \imagefield_extended_update_6300()

Implementation of hook_update_63XX().

File

./imagefield_extended.install, line 19
Standard installation hooks.

Code

function imagefield_extended_update_6300() {
  cache_clear_all();
  return array();
}