Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sergeyspb

Pages: [1]
1
Older versions / change function strtoupper to mb_strtoupper
« on: June 29, 2009, 10:55:58 am »
Please change function

file: opengoo\application\views\reporting\total_task_times.php
This code:
Code: [Select]
<?php echo strtoupper(lang("total")) . ": " DateTimeValue::FormatTimeDiff(new DateTimeValue(0), new DateTimeValue($sumTime 60), "hm"60?>
Change to:
Code: [Select]
<?php echo mb_strtoupper(lang("total"),"utf-8") . ": " DateTimeValue::FormatTimeDiff(new DateTimeValue(0), new DateTimeValue($sumTime 60), "hm"60?>

2
Pусский / missing ...lang.js ... if only IE
« on: June 17, 2009, 03:09:21 am »
Незнаю баг это или нет но напишу, чтоб на всякий случай  ;)

Если в файле lang.js в последней строке добавить , - (запятую, как это делается в php версии) то в Internet Explorer'e будет вылетать missing lang...
А в других броузерах все нормально прокатывает.
Лучше убрать это запятую, тогда везде работает.

Pages: [1]