mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 03:10:50 +02:00
Increased user_image field to 255 chars to avoid issues with external URLs.
This commit is contained in:
@@ -530,7 +530,7 @@ CREATE TABLE user (
|
||||
user_sess varchar(100) NOT NULL default '',
|
||||
user_email varchar(100) NOT NULL default '',
|
||||
user_signature text NOT NULL,
|
||||
user_image varchar(100) NOT NULL default '',
|
||||
user_image varchar(255) NOT NULL default '',
|
||||
user_hideemail tinyint(3) unsigned NOT NULL default '0',
|
||||
user_join int(10) unsigned NOT NULL default '0',
|
||||
user_lastvisit int(10) unsigned NOT NULL default '0',
|
||||
|
Reference in New Issue
Block a user