From 0f9e0e3de77de68cc75ccd69395665f9e1346951 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 25 Mar 2013 12:54:38 +0100 Subject: implemented feed update --- bl/itembl.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bl/itembl.php') diff --git a/bl/itembl.php b/bl/itembl.php index c45ee3a91..4a3f302c7 100644 --- a/bl/itembl.php +++ b/bl/itembl.php @@ -117,10 +117,4 @@ class ItemBl extends Bl { } - // ATTENTION: this does no validation and is only for creating - // items from the fetcher - public function create($item){ - $this->mapper->insert($item); - } - } -- cgit v1.2.3