From: Michael J Rubinsky Date: Tue, 1 Feb 2011 16:31:17 +0000 (-0500) Subject: Fix copy/paste error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d4fd329729c55ef82bcc95aa5a625bd5d21efab1;p=horde.git Fix copy/paste error. --- diff --git a/content/lib/Tagger.php b/content/lib/Tagger.php index 392bf6796..9c8b4da8c 100644 --- a/content/lib/Tagger.php +++ b/content/lib/Tagger.php @@ -794,7 +794,7 @@ class Content_Tagger } /* Note that we don't convertCharset here, it's done in listTagInfo */ - $tags = $GLOBALS['ansel_db']->queryAll($sql, null, MDB2_FETCHMODE_ASSOC, true); + $tags = $this->_db->selectAssoc($sql); return $tags; }