Remove comment HTML entities when converting GPX

This commit is contained in:
2021-11-30 19:29:49 +01:00
parent 1f5f2e27c0
commit 0b0261f20d
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ class Project extends PhpObject {
private $sName;
private $sCodeName;
private $asActive;
private $asGeo;
public function __construct(Db &$oDb, $iProjectId=0) {
parent::__construct(__CLASS__, Settings::DEBUG);