From fb9e316e05c9c19f16a6afc97a7957c84cf856bd Mon Sep 17 00:00:00 2001 From: pherum83 Date: Thu, 1 Sep 2011 18:07:28 +0000 Subject: [PATCH] r275 git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@275 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- install/sql/mysql.sql | 2 +- upload/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index 5d5879012..6d2f7e678 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -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', diff --git a/upload/config.php b/upload/config.php index 682d19059..ca60a71ea 100644 --- a/upload/config.php +++ b/upload/config.php @@ -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