From: Michael J. Rubinsky Date: Thu, 1 Jul 2010 21:15:55 +0000 (-0400) Subject: minus one todo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=890eb9c3059cb6669d8ed02f87c74e16fcc1f854;p=horde.git minus one todo --- diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index 4b22c6d7c..7a0a70509 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -6,7 +6,6 @@ * Still @TODO: * - configure block to show friendTimeline, specific user, public timeline, * 'mentions' for current user etc.. - * - implement retweet (waiting on twitter API to turn this on). * - keep track of call limits and either dynamically alter update time or * at least provide feedback to user. * @@ -20,7 +19,6 @@ * * @package Horde_Block */ - if (!empty($GLOBALS['conf']['twitter']['enabled'])) { $block_name = _("Twitter Timeline"); }