undefined variable

This commit is contained in:
Alexander M. Turek
2003-08-27 16:25:24 +00:00
parent 7fddcbf2d6
commit 14e6085436

View File

@@ -118,14 +118,14 @@ if ($the_total > $per_page) {
}
$header = ' <tr>
<th align="left" nowrap="nowrap">' . $strKey . '</th>
<th align="left" nowrap="nowrap">' . $strKeyname . '</th>
<th>' . $strDescription . '</th>
<td align="center" width="20%" valign="top">
' . $showall . '
' . $gotopage . '
</td>
<th>' . $strDescription . '</th>
<th align="left" nowrap="nowrap">' . $strKey . '</th>
<th align="left" nowrap="nowrap">' . $strKeyname . '</th>
</tr>';
echo $header;