Gdzie jest knyf?
Fatal error: Cannot redeclare workDays() (previously declared in /homez.506/pracowni/www/panel/info.inc.php:1) in /homez.506 info.inc.php on line ...
function workDays($date1, $date2, $withStartDay = false) { if ($date2===$date1 && !$withStartDay) return 0; $char=1; if ($date1>$date2) {$datePom=$date1;$date1=$date2;$date2=$datePom;$char=-1;} $count=0; if (!$withStartDay) $lastYear = null; while ($date1<$date2) { if ($year !== $lastYear){ $lastYear = $year; $hol[8] = $easter; $hol[9] = $easterSec; $hol[10] = $cc; } $count++; } } $count*=$char; return $count; }