From 613e4bab7188b9889ee704b9ead16352ea49c40b Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 26 Dec 2008 21:05:15 -0500 Subject: [PATCH] remove some todos --- content/lib/Tags/Tagger.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/lib/Tags/Tagger.php b/content/lib/Tags/Tagger.php index d1dfc6033..43da45bc0 100644 --- a/content/lib/Tags/Tagger.php +++ b/content/lib/Tags/Tagger.php @@ -84,8 +84,6 @@ class Content_Tagger */ public function __construct($context = array()) { - //$this->_db = $adapter; - if (!empty($context['userManager'])) { $this->_userManager = $context['userManager']; } @@ -101,7 +99,6 @@ class Content_Tagger /** * Set the database connection for the tagger. - * @TODO: Should we propogate this to any managers we may have? * * @param Horde_Db $db */ @@ -112,7 +109,6 @@ class Content_Tagger /** * Change the name of a database table. - * @TODO: Need to propagate these changes to our other managers...or not? * * @param string $tableType * @param string $tableName -- 2.11.0