Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
fddd90d3
Commit
fddd90d3
authored
Feb 21, 2014
by
Till Brehm
Browse files
Fixed: FS#3351 - UK shows in wrong order when creating new client
parent
03cc01df
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/form/client.tform.php
View file @
fddd90d3
...
...
@@ -250,7 +250,7 @@ $form["tabs"]['address'] = array (
'formtype'
=>
'SELECT'
,
'default'
=>
(
isset
(
$conf
[
'language'
])
?
strtoupper
(
$conf
[
'language'
])
:
''
),
'datasource'
=>
array
(
'type'
=>
'SQL'
,
'querystring'
=>
'SELECT iso,printable_name FROM country ORDER BY
iso
ASC'
,
'querystring'
=>
'SELECT iso,printable_name FROM country ORDER BY
printable_name
ASC'
,
'keyfield'
=>
'iso'
,
'valuefield'
=>
'printable_name'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment