Thanks for the quick reply, the code for line 231 is:
Code:
" <?php if ($this->_tpl_vars['userinfo']['b_country'] ==
$this->_tpl_vars['countries'][$this->_sections['country_idx']['index']]['country_code']):
?>selected<?php elseif
($this->_tpl_vars['countries'][$this->_sections['country_idx']['index']]['country_code']
$this->_tpl_vars['config']['General']['default_country'] && ""):
?>selected<?php endif; ?>><?php echo
$this->_tpl_vars['countries'][$this->_sections['country_idx']['index']]['country'];
?>
Dunno if that helps, but thankyou!!