mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user