fixed typo in template variable project.gantt.rowspan and documentation

This commit is contained in:
Wouter van Oijen 2006-07-22 10:39:52 +00:00
parent 8d88e8fcb1
commit f325d030e9
4 changed files with 9 additions and 8 deletions

View file

@ -1093,8 +1093,8 @@ sub www_viewProject {
}
#Rowspan of gaant chart is 4 plus number of tasks
$var->{'project.gaant.rowspan'} = 4 + $taskLength;
#Rowspan of gantt chart is 4 plus number of tasks
$var->{'project.gantt.rowspan'} = 4 + $taskLength;
$var->{'project.ganttChart'} = $self->www_drawGanttChart($projectId, $data, $var);