projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa5f6b
)
MFB
author
Jan Schneider
<jan@horde.org>
Thu, 21 Oct 2010 11:58:03 +0000
(13:58 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 21 Oct 2010 11:58:03 +0000
(13:58 +0200)
framework/DataTree/DataTree/sql.php
patch
|
blob
|
history
diff --git
a/framework/DataTree/DataTree/sql.php
b/framework/DataTree/DataTree/sql.php
index
000103c
..
e1831c5
100644
(file)
--- a/
framework/DataTree/DataTree/sql.php
+++ b/
framework/DataTree/DataTree/sql.php
@@
-388,6
+388,7
@@
class DataTree_sql extends DataTree {
$query = 'SELECT datatree_id FROM ' . $this->_params['table'] .
' WHERE group_uid = ? AND datatree_name = ? AND datatree_parents = ?';
+ $object_name = String::convertCharset($object_name, NLS::getCharset(), $this->_params['charset']);
$object_names = explode(':', $object_name);
$object_parents = '';
foreach ($object_names as $name) {