]> git.joonet.de Git - adminer.git/commitdiff
Parameter name heading for routines
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Tue, 17 Jul 2007 06:01:52 +0000 (06:01 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Tue, 17 Jul 2007 06:01:52 +0000 (06:01 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@204 7c3ca157-0c34-0410-bff1-cbf682f78f5c

editing.inc.php

index 961d9ebb9d5ce17b3ede134d388985f3b449ce19..69c7e70eb6af58eb87e84bc7461b0c031e19f016 100644 (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>