added filter and change of duration to date/time

This commit is contained in:
skeeter
2000-12-04 01:11:53 +00:00
parent 4373ddb170
commit bf040328ed
16 changed files with 231 additions and 42 deletions

View File

@ -157,7 +157,7 @@
cal_group varchar(255),
cal_datetime int4,
cal_mdatetime int4,
cal_duration int DEFAULT 0 NOT NULL,
cal_edatetime int4,
cal_priority int DEFAULT 2,
cal_type varchar(10),
cal_access varchar(10),
@ -265,4 +265,4 @@
$currentver = "0.9.7pre2";
$oldversion = $currentver;
update_version_table();
?>
?>