Merge pull request #2807 from int2001/noqrzqls

Catch empty QRZ.com response when downloading qrz-confirmations
This commit is contained in:
Andreas Kristiansen
2023-12-11 09:26:18 +01:00
committed by GitHub

View File

@@ -358,10 +358,11 @@ class Qrz extends CI_Controller {
}
}
if ($table != "")
{
if ($table != "") {
$data['tableheaders'] = $tableheaders;
$data['table'] = $table;
} else {
$data['table'] = '';
}
unlink($filepath);