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