From 9ef5f2e9eb040eeb97162cd4af622e6031f17d82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 22 Jun 2009 11:02:14 +0200 Subject: [PATCH] Remove unused code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/axletter/axletter.inc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/axletter/axletter.inc.php b/modules/axletter/axletter.inc.php index 68c64a9..3c6cf3d 100644 --- a/modules/axletter/axletter.inc.php +++ b/modules/axletter/axletter.inc.php @@ -189,14 +189,6 @@ class AXLetter extends MassMailer return XDB::execute("DELETE FROM axletter_rights WHERE user_id = {?}", $uid); } - protected function subsetJoin() - { - if ($this->_subset) { - return "INNER JOIN axletter_subsets AS c ON (c.letter_id = ".XDB::escape($this->_id)." AND ni.user_id = c.uid)"; - } - return ''; - } - protected function subscriptionWhere() { if (!$this->_promo_min && !$this->_promo_max && !$this->_subset) { -- 2.1.4