mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Set default charset if possible
This commit is contained in:
@ -103,7 +103,7 @@ print &ui_table_row($text{'backup_drop'},
|
||||
&ui_yesno_radio("drop", $d ? 1 : 0));
|
||||
|
||||
# Show input for character set
|
||||
$s = $c{'backup_charset_'.$in{'db'}};
|
||||
$s = $c{'backup_charset_'.$in{'db'}} || $c{'charset'};
|
||||
print &ui_table_row($text{'backup_charset'},
|
||||
&ui_radio("charset_def", $s ? 0 : 1,
|
||||
[ [ 1, $text{'default'} ],
|
||||
|
Reference in New Issue
Block a user