From b943c9cd8976ee6c4b1b8ce548d1549ec4694ab5 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 6 May 2025 19:50:51 -0400 Subject: [PATCH] Remove Influencer as a referral --- setup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.php b/setup.php index 28558e94..0ea74101 100644 --- a/setup.php +++ b/setup.php @@ -283,7 +283,6 @@ if (isset($_POST['add_company_settings'])) { mysqli_query($mysqli,"INSERT INTO categories SET category_name = 'Event', category_type = 'Referral', category_color = 'red'"); mysqli_query($mysqli,"INSERT INTO categories SET category_name = 'Affiliate', category_type = 'Referral', category_color = 'pink'"); mysqli_query($mysqli,"INSERT INTO categories SET category_name = 'Client', category_type = 'Referral', category_color = 'lightblue'"); - mysqli_query($mysqli,"INSERT INTO categories SET category_name = 'Influencer', category_type = 'Referral', category_color = 'turquoise'"); // Payment Methods mysqli_query($mysqli,"INSERT INTO categories SET category_name = 'Cash', category_type = 'Payment Method', category_color = 'blue'");