function video_s3_update_6000 in Video 6.5
Same name and namespace in other branches
- 6.4 plugins/video_s3/video_s3.install \video_s3_update_6000()
File
- plugins/
video_s3/ video_s3.install, line 162 - Provides installation functions for video_s3.module.
Code
function video_s3_update_6000() {
$ret = array();
$ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'video_s3'");
return $ret;
}