diff --git a/include/functions.inc.php b/include/functions.inc.php index 73c3dab46..d74441cb1 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -256,27 +256,6 @@ function jump_week($datum, $wochen) return $datum; } -function jahreskalenderjump($link) -{ - $crlf=crlf(); - $datum=mktime(); - $woche=kalenderwoche($datum); - $datum=montag($datum); - echo '
Jump to KW
'.$crlf; - for ($anz=1;$anz<26;$anz++) - { - $linknew=$link.'&datum='.$datum; - if ($woche==53) - $woche=1; - echo ' '.$woche.''.$crlf; - if ($anz%5==0) - echo '
'.$crlf; - $datum+=60*60*24*7; - $woche++; - } - echo '
'.$crlf; -} - function loadVariables($user) { $db = new basis_db();