function video_zencoder_install in Video 7
Same name and namespace in other branches
- 6.5 plugins/video_zencoder/video_zencoder.install \video_zencoder_install()
- 6.4 plugins/video_zencoder/video_zencoder.install \video_zencoder_install()
Implementation of hook_install().
File
- modules/
video_zencoder/ video_zencoder.install, line 80 - Provides installation functions for video_s3.module.
Code
function video_zencoder_install() {
// set the module weight to low since we need this to load later time than in S3
db_query("UPDATE {system} SET weight = 50 WHERE name = 'video_zencoder'");
}