mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added extra-brackets around the dxcc-failsafe for lba
This commit is contained in:
@@ -219,7 +219,7 @@ class Logbookadvanced_model extends CI_Model {
|
||||
$binding[] = $searchCriteria['iota'];
|
||||
}
|
||||
|
||||
if ($searchCriteria['dxcc'] ?? '' !== '') {
|
||||
if (($searchCriteria['dxcc'] ?? '') !== '') {
|
||||
$conditions[] = "COL_DXCC = ?";
|
||||
$binding[] = $searchCriteria['dxcc'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user