function _video_cck_update_reset_cache in Embedded Media Field 5
4 calls to _video_cck_update_reset_cache()
- video_cck_update_1 in contrib/
video_cck/ video_cck.install - we need to make sure to show our new 'embed code' filter on views
- video_cck_update_2 in contrib/
video_cck/ video_cck.install - we need a new data field for extra info stored by certain providers, such as blip.tv
- video_cck_update_3 in contrib/
video_cck/ video_cck.install - since we made our engine dependent on emfield, we need to change some variables accordingly
- video_cck_update_5 in contrib/
video_cck/ video_cck.install - changed the data structure for blip.tv TODO: this doesn't work. thought data was cached? ...
File
- contrib/
video_cck/ video_cck.install, line 45
Code
function _video_cck_update_reset_cache() {
$ret = _video_cck_update_reset_cache_views();
$ret[] = update_sql("DELETE FROM {cache_content}");
return $ret;
}