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:
moodler
2004-02-15 07:29:55 +00:00
parent ac0024f9f4
commit 3c0561cfe7
8 changed files with 36 additions and 23 deletions
+1
View File
@@ -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'
);