Changed $conf['country'] to $conf['language'] in client and reseller form file.
| | |
| | | 'datatype' => 'VARCHAR', |
| | | |
| | | 'formtype' => 'SELECT', |
| | | 'default' => (isset($conf["country"]) ? $conf["country"] : ''), |
| | | 'default' => (isset($conf['language']) ? $conf['language'] : ''), |
| | | 'datasource' => array ( 'type' => 'SQL', |
| | | 'querystring' => 'SELECT iso,printable_name FROM country ORDER BY printable_name', |
| | | 'keyfield'=> 'iso', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | |
| | | 'formtype' => 'SELECT', |
| | | 'default' => (isset($conf["country"]) ? $conf["country"] : ''), |
| | | 'default' => (isset($conf['language']) ? $conf['language'] : ''), |
| | | 'datasource' => array ( 'type' => 'SQL', |
| | | 'querystring' => 'SELECT iso,printable_name FROM country ORDER BY printable_name', |
| | | 'keyfield'=> 'iso', |