function emvideo_update_5 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.install \emvideo_update_5()
- 6.2 contrib/emvideo/emvideo.install \emvideo_update_5()
Changed the data structure for blip.tv
TODO: This doesn't work. Thought data was cached?
File
- contrib/
emvideo/ emvideo.install, line 210 - Installation, configuration, and removal of the emvideo module.
Code
function emvideo_update_5() {
$ret = _emvideo_update_reset_cache();
$ret[] = update_sql("DELETE FROM {cache}");
return $ret;
}