Updated: HD FLV Player
UPdated SQL
This commit is contained in:
parent
abd4ec7cf7
commit
c5f8d3d1f7
4 changed files with 6 additions and 1 deletions
|
@ -8,3 +8,6 @@ INSERT INTO `clipbucket_svn`.`cb_config` (`configid`, `name`, `value`) VALUES (N
|
|||
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');
|
||||
|
||||
-- April 28
|
||||
ALTER TABLE `cb_contacts` ADD `request_type` ENUM( 'in', 'out' ) NOT NULL AFTER `contact_group_id`
|
Binary file not shown.
Binary file not shown.
|
@ -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);
|
||||
?>
|
Loading…
Add table
Reference in a new issue