From 3e659f6e51b8eef2cd658df935d8be57da11dbab Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Tue, 10 Nov 2015 22:58:16 +0100 Subject: [PATCH] fixed map-import bug --- app/main/model/connectionmodel.php | 9 --------- app/main/model/mapmodel.php | 9 --------- app/main/model/systemmodel.php | 9 --------- 3 files changed, 27 deletions(-) diff --git a/app/main/model/connectionmodel.php b/app/main/model/connectionmodel.php index 3664d718..21bca62d 100644 --- a/app/main/model/connectionmodel.php +++ b/app/main/model/connectionmodel.php @@ -66,15 +66,6 @@ class ConnectionModel extends BasicModel{ return $connectionData; } - /** - * setter for id - * @param $id - */ - public function set_id($id){ - // connection id should never been set automatically - // -> no return - } - /** * check object for model access * @param $accessObject diff --git a/app/main/model/mapmodel.php b/app/main/model/mapmodel.php index 7634d05a..5a933bd9 100644 --- a/app/main/model/mapmodel.php +++ b/app/main/model/mapmodel.php @@ -166,15 +166,6 @@ class MapModel extends BasicModel { return $mapDataAll; } - /** - * setter for id - * @param $id - */ - public function set_id($id){ - // map id should never been set automatically - // -> no return - } - /** * search for a system by id * @param $systemId diff --git a/app/main/model/systemmodel.php b/app/main/model/systemmodel.php index 201ba728..41b0ec7f 100644 --- a/app/main/model/systemmodel.php +++ b/app/main/model/systemmodel.php @@ -142,15 +142,6 @@ class SystemModel extends BasicModel { return $systemData; } - /** - * setter for id - * @param $id - */ - public function set_id($id){ - // map id should never been set automatically - // -> no return - } - /** * setter for system security value * @param $trueSec