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