Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 12969 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 12969 Rev 12970
Línea 437... Línea 437...
437
        $titleswitch=true;
437
        $titleswitch=true;
438
        // Body Table
438
        // Body Table
439
        $this->SetFillColor(225, 255, 255);
439
        $this->SetFillColor(225, 255, 255);
440
        $this->SetTextColor(0);
440
        $this->SetTextColor(0);
441
        $addPageObjective=false;
441
        $addPageObjective=false;
442
        
-
 
-
 
442
        $addPageGoals=false;
443
        foreach ($items as $objective) {     
443
        foreach ($items as $objective) {     
444
            if ($objective->status=='a'&&count($objective->goals)>0) {
444
            if ($objective->status=='a'&&count($objective->goals)>0) {
445
                    $this->titleObjective=$objective->title;
445
                    $this->titleObjective=$objective->title;
446
                $this->descriptionObjective=$objective->description;
446
                $this->descriptionObjective=$objective->description;
447
                    /*if($addPageObjective){
447
                    /*if($addPageObjective){
448
                        $this->AddPage();
448
                        $this->AddPage();
449
                    }
449
                    }
450
                    $addPageObjective=true;*/
450
                    $addPageObjective=true;*/
451
                    $addPageGoals=true;
-
 
-
 
451
                   
452
                    foreach($objective->goals as $record){
452
                    foreach($objective->goals as $record){
Línea 453... Línea 453...
453
 
453
 
454
                        if($record->status=='a'&&count($record->task)>0){
454
                        if($record->status=='a'&&count($record->task)>0){
455
                            $this->titleGoals=$record->title;
455
                            $this->titleGoals=$record->title;