Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2011-10-24 19:20:16 +0400
committerMichal Čihař <mcihar@suse.cz>2011-10-24 19:20:16 +0400
commit5674ac7c3eee58ab03c745e469451c67d21a780e (patch)
tree6b14a2f3f23934d577d047767c9568f85f034efb /tbl_printview.php
parent31cf332809f43c2e14b6e5771b2050567607e456 (diff)
Remove commented out code
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index d289d6bef2..b459d607fd 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -135,10 +135,8 @@ foreach ($the_tables as $key => $table) {
<tr>
<th><?php echo __('Column'); ?></th>
<th><?php echo __('Type'); ?></th>
- <!--<th><?php echo __('Attributes'); ?></th>-->
<th><?php echo __('Null'); ?></th>
<th><?php echo __('Default'); ?></th>
- <!--<th><?php echo __('Extra'); ?></th>-->
<?php
if ($have_rel) {
echo '<th>' . __('Links to') . '</th>' . "\n";
@@ -189,10 +187,8 @@ foreach ($the_tables as $key => $table) {
?>
</td>
<td><?php echo $type; ?><bdo dir="ltr"></bdo></td>
- <!--<td><?php echo $attribute; ?></td>-->
<td><?php echo (($row['Null'] == '' || $row['Null'] == 'NO') ? __('No') : __('Yes')); ?>&nbsp;</td>
<td><?php if (isset($row['Default'])) { echo $row['Default']; } ?>&nbsp;</td>
- <!--<td><?php echo $row['Extra']; ?>&nbsp;</td>-->
<?php
if ($have_rel) {
echo ' <td>';