Маленькие косяки найденные при тестировании. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@112 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
glix08 2011-07-14 22:08:33 +00:00
commit 36692ad209
3 changed files with 3 additions and 3 deletions

View file

@ -1369,7 +1369,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
`user_level` tinyint(4) NOT NULL default '0',
`user_posts` mediumint(8) unsigned NOT NULL default '0',
`user_timezone` decimal(5,2) NOT NULL default '0.00',
`user_lang` varchar(255) NOT NULL default '',
`user_lang` varchar(255) NOT NULL default 'russian',
`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',