build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching

This commit is contained in:
HB9HIL
2026-02-17 14:11:11 +01:00
parent 46b37997b4
commit de02672ab8
10 changed files with 93 additions and 110 deletions

View File

@@ -1256,7 +1256,7 @@ class Logbook extends CI_Controller {
if ($date == ''){
$date = date("Y-m-d");
}
$dxccobj = new Dxcc($date);
$dxccobj = new Dxcc();
$ans = $dxccobj->dxcc_lookup($call, $date);
return $ans;