mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
added filter and change of duration to date/time
This commit is contained in:
@ -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();
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user