From 580cfbfa7172087faef47d8def39d107e818ce03 Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 26 Feb 2024 16:46:35 +0100 Subject: [PATCH] Remove non-existent functions --- application/models/Jcc_model.php | 4 ---- application/models/Waja.php | 4 ---- 2 files changed, 8 deletions(-) diff --git a/application/models/Jcc_model.php b/application/models/Jcc_model.php index 6f428237b..155bc2589 100644 --- a/application/models/Jcc_model.php +++ b/application/models/Jcc_model.php @@ -922,8 +922,6 @@ class Jcc_model extends CI_Model { $sql .= " and dxcc_entities.end is null"; } - $sql .= $this->addContinentsToQuery($postdata); - $query = $this->db->query($sql); return $query->result(); @@ -949,8 +947,6 @@ class Jcc_model extends CI_Model { $sql .= " and dxcc_entities.end is null"; } - $sql .= $this->addContinentsToQuery($postdata); - $query = $this->db->query($sql); return $query->result(); diff --git a/application/models/Waja.php b/application/models/Waja.php index 6623d9592..d5792e1bb 100644 --- a/application/models/Waja.php +++ b/application/models/Waja.php @@ -153,8 +153,6 @@ class WAJA extends CI_Model { $sql .= " and dxcc_entities.end is null"; } - $sql .= $this->addContinentsToQuery($postdata); - $query = $this->db->query($sql); return $query->result(); @@ -180,8 +178,6 @@ class WAJA extends CI_Model { $sql .= " and dxcc_entities.end is null"; } - $sql .= $this->addContinentsToQuery($postdata); - $query = $this->db->query($sql); return $query->result();