function video_update_7206 in Video 7.2
Remove zencoder_username and agree_terms_zencoder variables.
File
- ./
video.install, line 638 - Provides installation schema for video.module @author Heshan Wanigasooriya <heshan@heidisoft.com>
Code
function video_update_7206(&$sandbox) {
variable_del('zencoder_username');
variable_del('agree_terms_zencoder');
}