Parameter name heading for routines

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@204 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2007-07-17 06:01:52 +00:00
parent 84177423c3
commit 504beb18ab

View file

@ -82,7 +82,7 @@ function edit_fields($fields, $collations, $type = "TABLE") {
?>
<thead><tr>
<?php if ($type == "PROCEDURE") { ?><td><?php echo lang('In-Out'); ?></td><?php } ?>
<th><?php echo lang('Column name'); ?></th>
<th><?php echo ($type == "TABLE" ? lang('Column name') : lang('Parameter name')); ?></th>
<td><?php echo lang('Type'); ?></td>
<td><?php echo lang('Length'); ?></td>
<td><?php echo lang('Options'); ?></td>