bug 1050
This commit is contained in:
parent
2b7d7c53cd
commit
d6a76b9b5e
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ class uiHandler extends uiBase {
|
|||
foreach ($v['id3'] as $name) { ## loop throught list of equivalent id3-tags
|
||||
$key = strtolower($name);
|
||||
if ($ia['comments'][$key][0]) {
|
||||
$this->_setMdataValue($id, $v['element'], $ia['comments'][$key][0], $langid);
|
||||
$this->_setMdataValue($id, $v['element'], str_replace("'", "\\'", utf8_encode($ia['comments'][$key][0])), $langid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue