projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ffd9e
)
Fix copy/paste error.
author
Michael J Rubinsky
<mrubinsk@horde.org>
Tue, 1 Feb 2011 16:31:17 +0000
(11:31 -0500)
committer
Michael J Rubinsky
<mrubinsk@horde.org>
Tue, 1 Feb 2011 16:31:58 +0000
(11:31 -0500)
content/lib/Tagger.php
patch
|
blob
|
history
diff --git
a/content/lib/Tagger.php
b/content/lib/Tagger.php
index
392bf67
..
9c8b4da
100644
(file)
--- 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;
}