Поправил дамп git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@461 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
fly.dvorkin 2012-09-26 03:49:14 +00:00
commit e8dc9750af
2 changed files with 3 additions and 3 deletions

View file

@ -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, '');
-- --------------------------------------------------------

View file

@ -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';