mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-30 19:40:44 -07:00
r275
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@275 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
6f8bbb02ec
commit
fb9e316e05
2 changed files with 2 additions and 2 deletions
|
@ -1348,7 +1348,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
`user_new_privmsg` smallint(5) unsigned NOT NULL default '0',
|
||||
`user_unread_privmsg` smallint(5) unsigned NOT NULL default '0',
|
||||
`user_last_privmsg` int(11) NOT NULL default '0',
|
||||
`user_opt` int(11) NOT NULL default '1',
|
||||
`user_opt` int(11) NOT NULL default '0',
|
||||
`user_rank` int(11) NOT NULL default '0',
|
||||
`user_avatar` varchar(100) NOT NULL default '',
|
||||
`user_avatar_type` tinyint(4) NOT NULL default '0',
|
||||
|
|
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
||||
$bb_cfg['tp_release_state'] = 'R274';
|
||||
$bb_cfg['tp_release_state'] = 'R275';
|
||||
$bb_cfg['tp_release_date'] = '01-09-2011';
|
||||
|
||||
// Database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue