clipbucket/upload/plugins/cb_link_video/install_cb_link_video.php
Arslan Hassan 6220fab31f Added : jquery ui
Fixed : view channel partial fix
Fixed : embed code 
Fixed : embed code and cblink install function conflict of same name
Fixed : embed and cblink plugin form naming conflicts with form field ids
Added : Categories link featured to work with plugin based categories also
2011-05-04 15:19:19 +00:00

17 lines
No EOL
256 B
PHP

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