From e8dc9750afdfec13e17ef2280f396259556ef3ec Mon Sep 17 00:00:00 2001 From: "fly.dvorkin" Date: Wed, 26 Sep 2012 03:49:14 +0000 Subject: [PATCH] r461 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Поправил дамп git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@461 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- install/sql/mysql.sql | 2 +- upload/config.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index b2397a254..d1c1bfdd2 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -962,7 +962,7 @@ CREATE TABLE IF NOT EXISTS `bb_posts` ( -- Дамп данных таблицы `bb_posts` -- -INSERT INTO `bb_posts` VALUES (1, 1, 1, 2, 1309421220, '', '', 0, 0, 0, 0, 1); +INSERT INTO `bb_posts` VALUES (1, 1, 1, 2, 1309421220, '', '', 0, 0, 0, 0, 1, '', 0, 0, ''); -- -------------------------------------------------------- diff --git a/upload/config.php b/upload/config.php index 5a64ec869..0b78ec194 100644 --- a/upload/config.php +++ b/upload/config.php @@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do // Increase number of revision after update $bb_cfg['tp_version'] = '2.5 Beta'; -$bb_cfg['tp_release_state'] = 'R460'; -$bb_cfg['tp_release_date'] = '25-09-2012'; +$bb_cfg['tp_release_state'] = 'R461'; +$bb_cfg['tp_release_date'] = '26-09-2012'; // Database $charset = 'utf8';