New field in the groups table to "hidepicture" from being displayed
in locations like forums etc. Backups done too, Eloy. :-)
This commit is contained in:
@@ -106,6 +106,7 @@ CREATE TABLE prefix_groups (
|
||||
description text,
|
||||
lang varchar(10) NOT NULL default '',
|
||||
picture integer NOT NULL default '0',
|
||||
hidepicture integer NOT NULL default '0',
|
||||
timecreated integer NOT NULL default '0',
|
||||
timemodified integer NOT NULL default '0'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user