diff --git a/sql/2.0.6~2.0.7.txt b/sql/2.0.6~2.0.7.txt index d562fefe..a02cf800 100644 --- a/sql/2.0.6~2.0.7.txt +++ b/sql/2.0.6~2.0.7.txt @@ -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'); \ No newline at end of file +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` \ No newline at end of file diff --git a/upload/player/hdflvplayer/hdplayer.swf b/upload/player/hdflvplayer/hdplayer.swf index 65414443..2b73476f 100644 Binary files a/upload/player/hdflvplayer/hdplayer.swf and b/upload/player/hdflvplayer/hdplayer.swf differ diff --git a/upload/player/hdflvplayer/hdplayer1.swf b/upload/player/hdflvplayer/hdplayer1.swf deleted file mode 100644 index 387b9c20..00000000 Binary files a/upload/player/hdflvplayer/hdplayer1.swf and /dev/null differ diff --git a/upload/plugins/jw_smart/jw_smart.php b/upload/plugins/jw_smart/jw_smart.php index 6696cd2b..76a3e63a 100644 --- a/upload/plugins/jw_smart/jw_smart.php +++ b/upload/plugins/jw_smart/jw_smart.php @@ -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); ?> \ No newline at end of file