fixed tablename which didnt get changed previously

This commit is contained in:
seek3r 2000-12-14 20:31:32 +00:00
parent e4eed5aa2d
commit 931097377a

View File

@ -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,