function video_ffmpeg_helper_uninstall in Video 5
Same name and namespace in other branches
- 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_uninstall()
- 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.install \video_ffmpeg_helper_uninstall()
Uninstall video_ffmpeg_helper module
Return value
array
File
- plugins/
video_ffmpeg_helper/ video_ffmpeg_helper.install, line 45 - Provide installation functions for video_ffmpeg_helper.module .
Code
function video_ffmpeg_helper_uninstall() {
db_query('DROP TABLE {video_rendering}');
}