mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Table for QRZ-Result
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user