Table for QRZ-Result

This commit is contained in:
int2001
2023-12-08 04:47:55 +00:00
parent 7e9030eb6c
commit b1f57015f1

View File

@@ -334,8 +334,8 @@ class Qrz extends CI_Controller {
if ($table != "")
{
$table .= "</table>";
$data['qrz_table_headers'] = $tableheaders;
$data['qrz_table'] = $table;
$data['tableheaders'] = $tableheaders;
$data['table'] = $table;
}
unlink($filepath);