clipbucket/upload/plugins/cb_link_video/uninstall_cb_link_video.php
Arslan Hassan b82e5b072c Added : more sql
updated : more admin options
added : conversion lab
2011-01-05 10:04:12 +00:00

13 lines
No EOL
234 B
PHP

<?php
/**
* This file is used to install Embed Video Mod
*/
function uninstall_embed_video_mode()
{
global $db;
$db->Execute("ALTER TABLE ".tbl('video')." DROP `remote_play_url` ");
}
uninstall_embed_video_mode();
?>