This commit is contained in:
Andreas Österreicher
2010-04-01 07:29:21 +00:00
parent d9891e0812
commit c290a102c6
2 changed files with 12869 additions and 7077 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ $zs=new zeitsperre();
foreach ($mitarbeiter as $ma)
{
$zs->getzeitsperren($ma->uid, false);
echo iconv('UTF8','LATIN9',$crlf.'"'.$ma->nachname.' '.$ma->vorname.'"'.$trenn);
echo mb_convert_encoding($crlf.'"'.$ma->nachname.' '.$ma->vorname.'"'.$trenn,'LATIN9','UTF-8');
for ($ts=$ts_beginn;$ts<$ts_ende; $ts+=$datum_obj->ts_day)
{
$tag=date('d',$ts);
+12868 -7076
View File
File diff suppressed because it is too large Load Diff