The db handle is no longer needed for this function
This commit is contained in:
parent
88faf89219
commit
6e1cfb0354
|
|
@ -212,7 +212,7 @@ if ($domains_processed == 1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//set country code variables
|
//set country code variables
|
||||||
set_country_vars($db, $x);
|
set_country_vars($x);
|
||||||
|
|
||||||
//save the vars.xml file
|
//save the vars.xml file
|
||||||
save_var_xml();
|
save_var_xml();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue