Repaired active mode...
This commit is contained in:
parent
fc0369be0f
commit
d554429975
2 changed files with 22 additions and 19 deletions
|
@ -298,7 +298,9 @@ function getActualMode($metaLastHeard, $mmdvmconfigs) {
|
|||
if (startsWith($mode, "DMR")) {
|
||||
$mode = "DMR";
|
||||
}
|
||||
|
||||
if ($listElem[6] ==="") {
|
||||
return $mode;
|
||||
} else {
|
||||
$now = new DateTime();
|
||||
$hangtime = getConfigItem("General", "ModeHang", $mmdvmconfigs);
|
||||
|
||||
|
@ -318,6 +320,7 @@ function getActualMode($metaLastHeard, $mmdvmconfigs) {
|
|||
} else {
|
||||
return $mode;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function getDSTARLinks() {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
define("VERSION", "20160721-1");
|
||||
define("VERSION", "20160810-1");
|
||||
?>
|
Loading…
Reference in a new issue