From 478c55dee78dfa900f512eba3c1b8cc4e6a240eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 13 Feb 2013 01:08:03 +0000 Subject: [PATCH] Opps :( --- inc/classes/main/criteria/class_BaseCriteria.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/inc/classes/main/criteria/class_BaseCriteria.php b/inc/classes/main/criteria/class_BaseCriteria.php index 46f40e34..b1102e28 100644 --- a/inc/classes/main/criteria/class_BaseCriteria.php +++ b/inc/classes/main/criteria/class_BaseCriteria.php @@ -314,17 +314,6 @@ class BaseCriteria extends BaseFrameworkSystem implements Criteria { return $this->getCacheKey($onlyKeys, 'exclude'); } - /** - * "Getter" for a cache key ('choice' type) - * - * @param $onlyKeys Only use these keys for a cache key - * @return $cacheKey The key suitable for the cache system - */ - public function getCacheKeyChoice ($onlyKeys = array()) { - // Call inner method - return $this->getCacheKey($onlyKeys, 'choice'); - } - /** * Count the criteria, e.g. useful to find out if a database query has no * limitation (search criteria). -- 2.30.2