mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Found 'public' is a keyword... Changed to 'is_public'.
This commit is contained in:
@ -220,7 +220,7 @@
|
||||
edatetime int(11),
|
||||
priority int(11) DEFAULT '2' NOT NULL,
|
||||
type varchar(10),
|
||||
public int DEFAULT '1' NOT NULL,
|
||||
is_public int DEFAULT '1' NOT NULL,
|
||||
title varchar(80) NOT NULL,
|
||||
description text,
|
||||
PRIMARY KEY (id)
|
||||
|
Reference in New Issue
Block a user