undefined variable
This commit is contained in:
@@ -118,14 +118,14 @@ if ($the_total > $per_page) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$header = ' <tr>
|
$header = ' <tr>
|
||||||
<th align="left" nowrap="nowrap">' . $strKey . '</th>
|
<th align="left" nowrap="nowrap">' . $strKeyname . '</th>
|
||||||
<th>' . $strDescription . '</th>
|
<th>' . $strDescription . '</th>
|
||||||
<td align="center" width="20%" valign="top">
|
<td align="center" width="20%" valign="top">
|
||||||
' . $showall . '
|
' . $showall . '
|
||||||
' . $gotopage . '
|
' . $gotopage . '
|
||||||
</td>
|
</td>
|
||||||
<th>' . $strDescription . '</th>
|
<th>' . $strDescription . '</th>
|
||||||
<th align="left" nowrap="nowrap">' . $strKey . '</th>
|
<th align="left" nowrap="nowrap">' . $strKeyname . '</th>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|
||||||
echo $header;
|
echo $header;
|
||||||
|
Reference in New Issue
Block a user