Index: branches/unlabeled/unlabeled-1.7.2/core/units/languages/languages_tag_processor.php =================================================================== diff -u -r7422 -r7423 --- branches/unlabeled/unlabeled-1.7.2/core/units/languages/languages_tag_processor.php (.../languages_tag_processor.php) (revision 7422) +++ branches/unlabeled/unlabeled-1.7.2/core/units/languages/languages_tag_processor.php (.../languages_tag_processor.php) (revision 7423) @@ -34,9 +34,9 @@ function CurrentDate($params) { $week_day = $this->Application->Phrase('lu_weekday_'.adodb_date('l')); - $format = str_replace('l', $week_day, $params['format']); + $format = str_replace('l', '#@#', $params['format']); // replace with reserved char (preserves translation link) - return adodb_date($format); + return str_replace('#@#', $week_day, adodb_date($format)); } function ListLanguages($params)