Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r10494 -r10530 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 10494) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 10530) @@ -729,13 +729,7 @@ if (!$format || $format == '$format') { $format = null; } - else { - // maybe duplicate code, test if code in kDateFormatter::SetMixedFormat works like code below (note by Alex) - if (preg_match("/_regional_(.*)/", $format, $regs)) { - $lang =& $this->Application->recallObject('lang.current'); - $format = $lang->GetDBField($regs[1]); - } - } + $value = $object->GetField($field, $format); if( $this->SelectParam($params, 'negative') )