From fa749e1d08198305e611a67dad416ea63e2fdfd6 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 29 Jun 2011 12:39:33 +0000 Subject: [PATCH] funktion jahreskalenderjump() in klasse wochenplan.class.php geschoben --- include/functions.inc.php | 21 --------------------- 1 file changed, 21 deletions(-) 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();