mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Projekttitel statt Projektkurzbz in Projektexport anzeigen
This commit is contained in:
@@ -2014,7 +2014,7 @@ function getDataForProjectOverviewCSV($user)
|
||||
{
|
||||
if (true)
|
||||
{
|
||||
$titel = $prjp->projekt_kurzbz;
|
||||
$titel = $prjp->projekttitel;
|
||||
$projekt_kurzbz = $prjp->projekt_kurzbz;
|
||||
$projekt_phase = $prjp->bezeichnung;
|
||||
$projekt_phase_id = $prjp->projektphase_id;
|
||||
|
||||
Reference in New Issue
Block a user