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")) {
|
if (startsWith($mode, "DMR")) {
|
||||||
$mode = "DMR";
|
$mode = "DMR";
|
||||||
}
|
}
|
||||||
|
if ($listElem[6] ==="") {
|
||||||
|
return $mode;
|
||||||
|
} else {
|
||||||
$now = new DateTime();
|
$now = new DateTime();
|
||||||
$hangtime = getConfigItem("General", "ModeHang", $mmdvmconfigs);
|
$hangtime = getConfigItem("General", "ModeHang", $mmdvmconfigs);
|
||||||
|
|
||||||
|
@ -319,6 +321,7 @@ function getActualMode($metaLastHeard, $mmdvmconfigs) {
|
||||||
return $mode;
|
return $mode;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function getDSTARLinks() {
|
function getDSTARLinks() {
|
||||||
// returns link-states of all D-Star-modules
|
// returns link-states of all D-Star-modules
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define("VERSION", "20160721-1");
|
define("VERSION", "20160810-1");
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue