From 6e1cfb035479f9dd4917401b8a083f94e66b4055 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 24 Jun 2023 09:37:42 -0600 Subject: [PATCH] The db handle is no longer needed for this function --- app/vars/app_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vars/app_defaults.php b/app/vars/app_defaults.php index 2f5da1d073..1e2e7fd27b 100644 --- a/app/vars/app_defaults.php +++ b/app/vars/app_defaults.php @@ -212,7 +212,7 @@ if ($domains_processed == 1) { } //set country code variables - set_country_vars($db, $x); + set_country_vars($x); //save the vars.xml file save_var_xml();