forked from extern/egroupware
fixed tablename which didnt get changed previously
This commit is contained in:
parent
e4eed5aa2d
commit
931097377a
@ -171,7 +171,7 @@
|
||||
)";
|
||||
$db->query($sql);
|
||||
|
||||
$sql = "create table webcal_entry_repeats (
|
||||
$sql = "create table calendar_entry_repeats (
|
||||
cal_id int DEFAULT 0 NOT NULL,
|
||||
cal_type varchar(20),
|
||||
cal_use_end int default 0,
|
||||
|
Loading…
Reference in New Issue
Block a user