[DXCC id] Fixed /R identification (Rover)
这个提交包含在:
父节点
178c5ec99b
当前提交
ad889e7ee8
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -2960,7 +2960,7 @@ class Logbook_model extends CI_Model {
|
||||||
$c = '';
|
$c = '';
|
||||||
|
|
||||||
$lidadditions = '/^QRP|^LGT/';
|
$lidadditions = '/^QRP|^LGT/';
|
||||||
$csadditions = '/^P$|^M{1,2}$|^AM$|^A$/';
|
$csadditions = '/^P$|^R$|^M{1,2}$|^AM$|^A$/';
|
||||||
|
|
||||||
# First check if the call is in the proper format, A/B/C where A and C
|
# First check if the call is in the proper format, A/B/C where A and C
|
||||||
# are optional (prefix of guest country and P, MM, AM etc) and B is the
|
# are optional (prefix of guest country and P, MM, AM etc) and B is the
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用