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

@ -166,7 +166,7 @@
$sql = "CREATE TABLE webcal_entry (
cal_id int(11) DEFAULT '0' NOT NULL auto_increment,
cal_group_id int(11),
cal_create_by varchar(25) NOT NULL,
cal_owner int(11) NOT NULL,
cal_date int(11) DEFAULT '0' NOT NULL,
cal_time int(11),
cal_mod_date int(11),