change of cal_create_by to cal_owner

This commit is contained in:
skeeter
2000-11-18 21:44:05 +00:00
parent 7c58c04db3
commit ce74573ead
10 changed files with 143 additions and 192 deletions

View File

@ -144,7 +144,7 @@
$sql = "CREATE TABLE webcal_entry (
cal_id serial,
cal_group_id int NULL,
cal_create_by varchar(25) NOT NULL,
cal_owner int NOT NULL,
cal_date int NOT NULL,
cal_time int NULL,
cal_mod_date int,