From 9e209673e4a1e549a43bd041537c0288e94b34cd Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 31 Dec 2025 15:50:46 +0000 Subject: [PATCH] Minor code-cosmentic-fixes for dbtools --- application/models/Logbookadvanced_model.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/models/Logbookadvanced_model.php b/application/models/Logbookadvanced_model.php index 93051dbea..e30514004 100644 --- a/application/models/Logbookadvanced_model.php +++ b/application/models/Logbookadvanced_model.php @@ -655,7 +655,7 @@ class Logbookadvanced_model extends CI_Model { $where = "AND $where"; } - $order = $this->getSortorder($sortorder); + $order = $this->getSortOrder($sortorder); $sql = " SELECT qsos.*, lotw_users.*, station_profile.*, dxcc_entities.name AS station_country, d2.adif as adif, d2.name as dxccname, exists(select 1 from qsl_images where qsoid = qsos.COL_PRIMARY_KEY) as qslcount, coalesce(contest.name, qsos.col_contest_id) as contestname @@ -1634,7 +1634,8 @@ class Logbookadvanced_model extends CI_Model { return $this->getIncorrectCqZones(); case 'checkincorrectituzones': return $this->getIncorrectItuZones(); - return null; + default: + return null; } } /*