]> git.joonet.de Git - adminer.git/commitdiff
Change comment not supported by compile.php
authorJakub Vrana <jakub@vrana.cz>
Wed, 28 Sep 2016 05:04:44 +0000 (22:04 -0700)
committerJakub Vrana <jakub@vrana.cz>
Wed, 28 Sep 2016 05:04:44 +0000 (22:04 -0700)
adminer/include/editing.inc.php

index e769b083d3b4d1f6dc3175f7d786889b270d42d1..e7b5cc5ea1dfad59720327e798c51e7810b6ce35 100644 (file)
@@ -241,7 +241,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra
 <th id="label-name"><?php echo ($type == "TABLE" ? lang('Column name') : lang('Parameter name')); ?>
 <td id="label-type"><?php echo lang('Type'); ?><textarea id="enum-edit" rows="4" cols="12" wrap="off" style="display: none;" onblur="editingLengthBlur(this);"></textarea>
 <td id="label-length"><?php echo lang('Length'); ?>
-<td><?php echo lang('Options'); // no label required, options have their own label ?>
+<td><?php echo lang('Options'); /* no label required, options have their own label */ ?>
 <?php if ($type == "TABLE") { ?>
 <td id="label-null">NULL
 <td><input type="radio" name="auto_increment_col" value=""><acronym id="label-ai" title="<?php echo lang('Auto Increment'); ?>">AI</acronym><?php echo doc_link(array(