bug #644526
This commit is contained in:
@@ -97,12 +97,12 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
|
||||
<!-- The tables list -->
|
||||
<table border="<?php echo $cfg['Border']; ?>">
|
||||
<tr>
|
||||
<th> <?php echo ucfirst($strTable); ?> </th>
|
||||
<th><?php echo ucfirst($strRecords); ?></th>
|
||||
<th><?php echo ucfirst($strType); ?></th>
|
||||
<th> <?php echo $strTable; ?> </th>
|
||||
<th><?php echo $strRecords; ?></th>
|
||||
<th><?php echo $strType; ?></th>
|
||||
<?php
|
||||
if ($cfg['ShowStats']) {
|
||||
echo '<th>' . ucfirst($strSize) . '</th>';
|
||||
echo '<th>' . $strSize . '</th>';
|
||||
}
|
||||
echo "\n";
|
||||
?>
|
||||
@@ -232,8 +232,8 @@ else {
|
||||
<!-- The tables list -->
|
||||
<table border="<?php echo $cfg['Border']; ?>">
|
||||
<tr>
|
||||
<th> <?php echo ucfirst($strTable); ?> </th>
|
||||
<th><?php echo ucfirst($strRecords); ?></th>
|
||||
<th> <?php echo $strTable; ?> </th>
|
||||
<th><?php echo $strRecords; ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
while ($i < $num_tables) {
|
||||
|
Reference in New Issue
Block a user