mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Ansicht auf Studienjahr zurückgeändert - jedoch mit jahr-1
This commit is contained in:
@@ -118,7 +118,7 @@ if(mb_strstr($vorlage->mimetype, 'application/vnd.oasis.opendocument'))
|
||||
$year = date('Y',$timestamp);
|
||||
|
||||
$gantt = new gantt();
|
||||
$gantSvg = $gantt->getBeschreibungGantt($_GET['projekt_kurzbz'], $year, 'kalenderjahr');
|
||||
$gantSvg = $gantt->getBeschreibungGantt($_GET['projekt_kurzbz'], $year-1, 'studienjahr');
|
||||
|
||||
// Bild im Temp Ordner zwischenspeichern
|
||||
file_put_contents($tempfolder.'/Pictures/20000001000071B00000242C6CF7933F.svg',$gantSvg);
|
||||
|
||||
Reference in New Issue
Block a user