function emfield_update_6001 in Embedded Media Field 6.2
Same name and namespace in other branches
- 6.3 emfield.install \emfield_update_6001()
- 6 emfield.install \emfield_update_6001()
Botched this the first time. Redo in 6003.
File
- ./
emfield.install, line 96 - This is the emfield.module's install, configuration, and removal file.
Code
function emfield_update_6001() {
$ret = array();
return $ret;
}