function emfield_update_6003 in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 emfield.install \emfield_update_6003()
- 6.2 emfield.install \emfield_update_6003()
This caused an infinite loop in some cases. Redo in 6005.
File
- ./
emfield.install, line 58 - This is the emfield.module's install, configuration, and removal file.
Code
function emfield_update_6003() {
return array();
}