Added a default value for database collation dropdown Fix #12984 Signed-off-by: Fenn-CS <fenn25.fn@gmail.com>
This commit is contained in:
parent
a87108c96f
commit
77b39264b0
@ -18,7 +18,7 @@
|
||||
<input type="text" name="new_db" value="<?= htmlspecialchars($GLOBALS['db_to_create']); ?>"
|
||||
maxlength="64" class="textfield" id="text_create_db" required
|
||||
placeholder="<?= __('Database name'); ?>" />
|
||||
<?= PMA\libraries\Charsets::getCollationDropdownBox('db_collation', null, null, true); ?>
|
||||
<?= PMA\libraries\Charsets::getCollationDropdownBox('db_collation', null, $GLOBALS['dbi']->getServerCollation(), true); ?>
|
||||
<input type="submit" value="<?= __('Create'); ?>" id="buttonGo" />
|
||||
</form>
|
||||
<?php else: ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user