function video_embed_field_update_7004 in Video Embed Field 7.2
Enables colorbox load support if colorbox is installed.
File
- ./
video_embed_field.install, line 194 - Install, update and uninstall functions for the video_embed_field module.
Code
function video_embed_field_update_7004() {
variable_set('colorbox_load', 1);
}