You are here

function video_cck_update_5 in Embedded Media Field 5

changed the data structure for blip.tv TODO: this doesn't work. thought data was cached? ...

File

contrib/video_cck/video_cck.install, line 96

Code

function video_cck_update_5() {
  $ret = _video_cck_update_reset_cache();
  $ret[] = update_sql("DELETE FROM {cache}");
  return $ret;
}