Summary:
2 x problems with {cge_country_options}
Detailed Description:
also see
https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=76911
1) the function smarty_function_cge_country_options in
lib/class.smarty_plugins.php fails to execute the new get_country_list() method
found in CGExtensions.module.php. when changing that get_country_list() function
from protected to public, it works.
2) the function smarty_function_cge_country_options in
lib/class.smarty_plugins.php fails to set selected="selected" as
in_array($row['code'],$selected) is always false; $selected is not defined.