mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Linking client to calendar events, added email event to add event, and many other small small fixes
This commit is contained in:
@@ -24,6 +24,7 @@ while($row = mysqli_fetch_array($sql)){
|
||||
$calendar_id = $row['calendar_id'];
|
||||
$calendar_name = $row['calendar_name'];
|
||||
$calendar_color = $row['calendar_color'];
|
||||
$client_id = $row['client_id'];
|
||||
|
||||
include("edit_calendar_event_modal.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user