kopia lustrzana https://github.com/magicbug/Cloudlog
Merge pull request #982 from wvolz/dxcc-table-cleanup
Correct dxcc exceptions table namepull/1013/head
commit
480015d482
|
@ -95,7 +95,7 @@ class DOK extends CI_Model {
|
|||
{
|
||||
$exceptions = $this->db->query('
|
||||
SELECT *
|
||||
FROM `dxccexceptions`
|
||||
FROM `dxcc_exceptions`
|
||||
WHERE `prefix` = \''.$callsign.'\'
|
||||
LIMIT 1
|
||||
');
|
||||
|
|
|
@ -137,7 +137,7 @@ class DXCC extends CI_Model {
|
|||
{
|
||||
$exceptions = $this->db->query('
|
||||
SELECT *
|
||||
FROM `dxccexceptions`
|
||||
FROM `dxcc_exceptions`
|
||||
WHERE `prefix` = \''.$callsign.'\'
|
||||
LIMIT 1
|
||||
');
|
||||
|
|
Ładowanie…
Reference in New Issue