Remove non-existent functions

This commit is contained in:
phl0
2024-02-26 16:46:35 +01:00
parent 19e24a53d3
commit 580cfbfa71
2 changed files with 0 additions and 8 deletions

View File

@@ -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();