Updated: HD FLV Player

UPdated SQL
This commit is contained in:
Arslan Hassan 2010-04-30 10:27:48 +00:00
parent abd4ec7cf7
commit c5f8d3d1f7
4 changed files with 6 additions and 1 deletions

View file

@ -7,4 +7,7 @@ INSERT INTO `cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'comments_ca
INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'player_logo_file', 'logo.png');
INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'logo_placement', 'br');
INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'buffer_time', '3');
INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'youtube_enabled', 'yes');
INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (NULL, 'youtube_enabled', 'yes');
-- April 28
ALTER TABLE `cb_contacts` ADD `request_type` ENUM( 'in', 'out' ) NOT NULL AFTER `contact_group_id`

View file

@ -145,6 +145,8 @@ class jwplayer_smart
}
//Adding JWPlayer Liste
$cb_jw_smart = new jwplayer_smart();
$Smarty->assign_by_ref('jw_smart',$cb_jw_smart);
?>