Added Linking client to calendar events, added email event to add event, and many other small small fixes

This commit is contained in:
johnny@pittpc.com
2019-09-17 13:54:46 -04:00
parent 3439058053
commit e2b97afa20
7 changed files with 220 additions and 73 deletions

View File

@@ -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");