strFixed becomes strStatic

This commit is contained in:
Marc Delisle
2009-02-08 13:46:53 +00:00
parent f37a935203
commit 8ccd5b9eb5
57 changed files with 57 additions and 57 deletions

View File

@@ -379,7 +379,7 @@ foreach ($the_tables as $key => $table) {
<td align="<?php echo $cell_align_left; ?>">
<?php
if ($showtable['Row_format'] == 'Fixed') {
echo $strFixed;
echo $strStatic;
} elseif ($showtable['Row_format'] == 'Dynamic') {
echo $strDynamic;
} else {