gettext conversion; clarify code

This commit is contained in:
Marc Delisle
2010-05-06 07:48:38 -04:00
parent 277db77572
commit 2586524b03
67 changed files with 1810 additions and 1707 deletions

View File

@@ -452,7 +452,7 @@ foreach ($tables as $keyname => $each_table) {
<td class="value">-</td>
<?php } ?>
<?php } else { ?>
<td colspan="<?php echo ($structure_tbl_col_cnt - ($db_is_information_schema ? 5 : 8)) ?>"
<td colspan="<?php echo ($colspan_for_structure - ($db_is_information_schema ? 5 : 8)) ?>"
align="center">
<?php echo __('in use'); ?></td>
<?php } // end if (isset($each_table['TABLE_ROWS'])) else ?>