The db handle is no longer needed for this function

This commit is contained in:
markjcrane 2023-06-24 09:37:42 -06:00
parent 88faf89219
commit 6e1cfb0354
1 changed files with 1 additions and 1 deletions

View File

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