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>2012-05-30 11:47:38 +0400
committerMichal Čihař <mcihar@suse.cz>2012-05-30 11:47:38 +0400
commit539465aa3deec9c716c4b7732fa4e73c20c768cf (patch)
tree34aab93905a991e086cb0b464df13c75a086277f /tbl_printview.php
parent02c2d380a4ff860ecdbdc84051e14bc3dba89b12 (diff)
parentf78bfa7a4fac6eb5aa01f9a6377f5ac5097ed820 (diff)
Merge remote-tracking branch 'origin/QA_3_5'
Conflicts: tbl_printview.php tbl_structure.php
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 68764443ae..78d5876154 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -300,10 +300,6 @@ foreach ($the_tables as $key => $table) {
<big><?php echo __('Space usage') . ':'; ?></big>
<table width="100%">
<tr>
- <th><?php echo __('Type'); ?></th>
- <th colspan="2" class="center"><?php echo __('Usage'); ?></th>
- </tr>
- <tr>
<td style="padding-right: 10px"><?php echo __('Data'); ?></td>
<td class="right"><?php echo $data_size; ?></td>
<td><?php echo $data_unit; ?></td>
@@ -355,10 +351,6 @@ foreach ($the_tables as $key => $table) {
<td class="vtop">
<big><?php echo __('Row Statistics') . ':'; ?></big>
<table width="100%">
- <tr>
- <th><?php echo __('Statements'); ?></th>
- <th class="center"><?php echo __('Value'); ?></th>
- </tr>
<?php
if (isset($showtable['Row_format'])) {
?>