Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6633 Rev 6635
Línea 441... Línea 441...
441
 
441
 
442
                                $values []= $averages[$question['slug_question']][$option['slug_option']];
442
                                $values []= $averages[$question['slug_question']][$option['slug_option']];
Línea 443... Línea 443...
443
                            }
443
                            }
444
 
444
 
445
                            $filename = $target_path . DIRECTORY_SEPARATOR .  $question['slug_question'] . '.png';
445
                            $filename = $target_path . DIRECTORY_SEPARATOR .  $question['slug_question'] . '.png';
446
                            $pdf->Cell(0,10,strip_tags(trim(str_replace(' ', ' ', strip_tags(html_entity_decode($question['text'])))),0,1));
446
                            $pdf->Cell(0,10,strip_tags(trim(str_replace(' ', ' ', html_entity_decode($question['text'])))),0,1);
447
                            $pdf->pieChart($labels, $values, '', $filename);
447
                            $pdf->pieChart($labels, $values, '', $filename);
448
                            $pdf->SetFont('Arial', '', 12);
448
                            $pdf->SetFont('Arial', '', 12);