Found 'public' is a keyword... Changed to 'is_public'.

This commit is contained in:
skeeter
2001-04-27 02:47:54 +00:00
parent 6c83a9a0c9
commit f51ced506b
6 changed files with 11 additions and 11 deletions

View File

@ -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)