From f8adb239103e86ef7e7090b6b76aaa96f2dd5e7f Mon Sep 17 00:00:00 2001 From: Armanveer Gill Date: Fri, 13 Dec 2024 10:38:18 -0500 Subject: [PATCH] Remove warnings for undefined variables on main pages --- committee.inc.php | 8 +++++--- common.inc.php | 35 ++++++++++++++++++----------------- contact.php | 6 +++--- helper.inc.php | 18 ++++++++++++++++++ important_dates.php | 7 ++++++- winners.php | 10 +++++----- 6 files changed, 55 insertions(+), 29 deletions(-) create mode 100644 helper.inc.php diff --git a/committee.inc.php b/committee.inc.php index 74578d5..0368f02 100644 --- a/committee.inc.php +++ b/committee.inc.php @@ -1,12 +1,14 @@