mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
fixed tablename which didnt get changed previously
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user