fix minor bug

This commit is contained in:
Steve Alberty
2001-07-12 12:35:02 +00:00
parent 295688dc2b
commit 692727885d

View File

@@ -345,7 +345,7 @@ if (MYSQL_MAJOR_VERSION == "3.23" && intval(MYSQL_MINOR_VERSION) > 3 && $tbl_typ
echo "\n"; echo "\n";
?> ?>
<td><?php echo ucfirst($strFormat); ?></td> <td><?php echo ucfirst($strFormat); ?></td>
<td> <td align="right">
<?php <?php
echo ' '; echo ' ';
if ($showtable['Row_format'] == 'Fixed') echo $strFixed; if ($showtable['Row_format'] == 'Fixed') echo $strFixed;