1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Increment bootstrap version. Fix for bbarea width.

This commit is contained in:
Cameron
2015-04-18 15:09:56 -07:00
parent 8890c523f0
commit d5388e7313
3 changed files with 7 additions and 4 deletions

View File

@@ -577,7 +577,7 @@ CREATE TABLE userclass_classes (
CREATE TABLE user_extended (
user_extended_id int(10) unsigned NOT NULL default '0',
user_hidden_fields text NOT NULL,
user_hidden_fields text,
PRIMARY KEY (user_extended_id)
) ENGINE=MyISAM;
# --------------------------------------------------------