mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
r461
Поправил дамп git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@461 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
8ecf2426bb
commit
e8dc9750af
2 changed files with 3 additions and 3 deletions
|
@ -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, '');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue