mirror of
https://github.com/vrana/adminer.git
synced 2026-02-28 09:31:26 +01:00
Empty line
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@82 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -44,6 +44,7 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<form action="" method="post"><div>
|
||||
<input name="name" value="<?php echo htmlspecialchars($name); ?>" maxlength="64" />
|
||||
<select name="collation"><option value="">(<?php echo lang('collation'); ?>)</option><?php echo optionlist(collations(), $collate, "not_vals"); ?></select>
|
||||
|
||||
Reference in New Issue
Block a user