ws nits, remove old commented out code
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 5 Feb 2009 01:54:03 +0000 (20:54 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 8 Feb 2009 23:18:08 +0000 (18:18 -0500)
kronolith/lib/Imple/TagAutoCompleter.php

index b9537ba..f3fcc72 100644 (file)
@@ -21,11 +21,9 @@ class Kronolith_Imple_TagAutoCompleter extends Kronolith_Imple
      */
     public function __construct($params)
     {
-
         if (!count($params)) {
             return;
         }
-        //$params['triggerId'] = $params['triggerId'] . '_' . $params['id'];
         if (empty($params['resultsId'])) {
             $params['resultsId'] = $params['triggerId'] . '_results';
         }
@@ -87,8 +85,6 @@ class Kronolith_Imple_TagAutoCompleter extends Kronolith_Imple
         $tagger = new Kronolith_Tagger();
         $tags = $tagger->listTags($search);
 
-
-
         return array_values($tags);
     }