minus one todo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 1 Jul 2010 21:15:55 +0000 (17:15 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 1 Jul 2010 21:15:55 +0000 (17:15 -0400)
horde/lib/Block/twitter_timeline.php

index 4b22c6d..7a0a705 100644 (file)
@@ -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");
 }