mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:19:43 +01:00
fixed tablename which didnt get changed previously
This commit is contained in:
parent
e4eed5aa2d
commit
931097377a
@ -171,7 +171,7 @@
|
|||||||
)";
|
)";
|
||||||
$db->query($sql);
|
$db->query($sql);
|
||||||
|
|
||||||
$sql = "create table webcal_entry_repeats (
|
$sql = "create table calendar_entry_repeats (
|
||||||
cal_id int DEFAULT 0 NOT NULL,
|
cal_id int DEFAULT 0 NOT NULL,
|
||||||
cal_type varchar(20),
|
cal_type varchar(20),
|
||||||
cal_use_end int default 0,
|
cal_use_end int default 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user