Project

General

Profile

Bug #21757 ยป 12863.diff

Administrator Admin, 2009-12-01 00:41

View differences:

t3lib/class.t3lib_cs.php (working copy)
foreach($array as $key => $value) {
if (is_array($array[$key])) {
$this->convArray($array[$key],$fromCS,$toCS,$useEntityForNoChar);
} else {
} elseif (is_string($array[$key])) {
$array[$key] = $this->conv($array[$key],$fromCS,$toCS,$useEntityForNoChar);
}
}
    (1-1/1)