Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 1309 | Rev 1311 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1309 Rev 1310
Línea 704... Línea 704...
704
 
704
 
Línea 705... Línea 705...
705
        for ($s = 0; $s < count($sections); $s++) {
705
        for ($s = 0; $s < count($sections); $s++) {
Línea 706... Línea 706...
706
 
706
 
Línea 707... Línea 707...
707
            $pdf->singleTable($sections[$s]['title'], [array('content' => $sections[$s]['text'])]);
707
            $pdf->singleTable($sections[$s]['title'], [array('content' => $sections[$s]['text'])]);
Línea 708... Línea 708...
708
 
708
 
709
            if ($sections[$i]['type'] == 'multiple') {
709
            if ($sections[$s]['type'] == 'multiple') {