mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 22:04:51 +00:00
Added Event Repeat vars to Client Events
This commit is contained in:
@@ -21,6 +21,7 @@ while($row = mysqli_fetch_array($sql)){
|
|||||||
$event_title = $row['event_title'];
|
$event_title = $row['event_title'];
|
||||||
$event_start = $row['event_start'];
|
$event_start = $row['event_start'];
|
||||||
$event_end = $row['event_end'];
|
$event_end = $row['event_end'];
|
||||||
|
$event_repeat = $row['event_repeat'];
|
||||||
$calendar_id = $row['calendar_id'];
|
$calendar_id = $row['calendar_id'];
|
||||||
$calendar_name = $row['calendar_name'];
|
$calendar_name = $row['calendar_name'];
|
||||||
$calendar_color = $row['calendar_color'];
|
$calendar_color = $row['calendar_color'];
|
||||||
|
|||||||
Reference in New Issue
Block a user