merge fix

This commit is contained in:
dg9vh 2017-03-28 08:35:17 +00:00
parent f0b3ba195b
commit 3c11027861

View file

@ -856,7 +856,6 @@ function getGitVersion(){
} else {
return 'GitID unknown';
}
<<<<<<< HEAD
}
function getDMRReflectors($network) {
@ -882,7 +881,5 @@ function getDMRReflectorsFromURL($url) {
$refls[] = str_getcsv($row,"@",'');
}
return $refls;
=======
>>>>>>> 45c79329737e865e19bb761c4f3b3321107b09ba
}
?>