diff --git a/upload/cb_install/clipbucket.php b/upload/cb_install/clipbucket.php index 5599f6cf..fd3413a6 100644 --- a/upload/cb_install/clipbucket.php +++ b/upload/cb_install/clipbucket.php @@ -12,7 +12,7 @@ define("ClipBucket","ClipBucket - Open Source Media Sharing Script by Arslan Hassan"); define("VERSION","2.8"); define("STATE","STABLE"); - define("REV","3352"); + define("REV","3353"); define("RELEASED","21-10-2015"); define("AUTHORS","ARSLAN HASSAN,FAWAZ TAHIR,FAHAD ABBAS,SAQIB RAZZAQ"); diff --git a/upload/cb_install/sql/configs.sql b/upload/cb_install/sql/configs.sql index 3f234b0b..5727f572 100644 --- a/upload/cb_install/sql/configs.sql +++ b/upload/cb_install/sql/configs.sql @@ -269,7 +269,7 @@ INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'ge INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_480', 'yes'); INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_720', 'no'); INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_1080', 'no'); -INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'photo_activation', 'yes'); +INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'photo_activation', '1'); diff --git a/upload/cb_install/sql/upgrade_2.8.sql b/upload/cb_install/sql/upgrade_2.8.sql index 09d30d4e..cf993af1 100755 --- a/upload/cb_install/sql/upgrade_2.8.sql +++ b/upload/cb_install/sql/upgrade_2.8.sql @@ -8,4 +8,4 @@ INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'ge INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_480', 'yes'); INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_720', 'no'); INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'gen_1080', 'no'); -INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'photo_activation', 'yes'); +INSERT INTO `{tbl_prefix}config` (`configid`, `name`, `value`) VALUES (NULL, 'photo_activation', '1');