From 1b22c728512553b4a6ece22266bfb990f8bba762 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 13 Feb 2022 15:43:51 -0500 Subject: [PATCH] Fix various vars and include errors --- calendar_event_add_modal.php | 8 ++++---- calendar_event_edit_modal.php | 7 ++++--- calendar_events.php | 2 +- campaign.php | 2 +- campaigns.php | 2 +- revenues.php | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/calendar_event_add_modal.php b/calendar_event_add_modal.php index 453945c3..ac486a20 100644 --- a/calendar_event_add_modal.php +++ b/calendar_event_add_modal.php @@ -105,11 +105,11 @@ @@ -122,10 +122,10 @@ - +
- +
diff --git a/calendar_event_edit_modal.php b/calendar_event_edit_modal.php index 350e74da..6cf4d1eb 100644 --- a/calendar_event_edit_modal.php +++ b/calendar_event_edit_modal.php @@ -104,10 +104,11 @@ @@ -120,10 +121,10 @@ - +
- +
diff --git a/calendar_events.php b/calendar_events.php index 333aa21a..a25a423b 100644 --- a/calendar_events.php +++ b/calendar_events.php @@ -16,7 +16,7 @@ if(isset($_GET['calendar_id'])){ include("calendar_event_add_modal.php"); include("calendar_add_modal.php"); - include("add_quick_modal.php"); + include("category_quick_add_modal.php"); ?> diff --git a/campaign.php b/campaign.php index a7e5edac..946679b3 100644 --- a/campaign.php +++ b/campaign.php @@ -238,7 +238,7 @@ if(isset($_GET['campaign_id'])){