mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Typo
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@232 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -51,7 +51,7 @@ if ($_POST) {
|
||||
<form action="" method="post" id="form">
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<?php edit_fields($row["fields"], get_vals("SHOW CHARACTER SET"), $routine); ?>
|
||||
<?php if (isset($_GET["function"])) { ?><tr><td><?php echo lang('Return type'); ?></th><?php echo edit_type("returns", $row["returns"], $collations); ?></tr><?php } ?>
|
||||
<?php if (isset($_GET["function"])) { ?><tr><td><?php echo lang('Return type'); ?></td><?php echo edit_type("returns", $row["returns"], $collations); ?></tr><?php } ?>
|
||||
</table>
|
||||
<?php echo type_change(count($row["fields"])); ?>
|
||||
<?php if (isset($_GET["function"])) { ?>
|
||||
|
Reference in New Issue
Block a user