Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 748 Rev 749
Línea 784... Línea 784...
784
        // Functions
784
        // Functions
Línea 785... Línea 785...
785
 
785
 
786
        $functions[] = array('content' => strip_tags($jobDescription->functions));
786
        $functions[] = array('content' => strip_tags($jobDescription->functions));
Línea 787... Línea -...
787
        $pdf->borderTable('Funciones principales:', $functions);
-
 
-
 
787
        $pdf->borderTable('Funciones principales:', $functions);
788
 
788
 
Línea 789... Línea 789...
789
 
789
        // add section signature
Línea 790... Línea 790...
790
        $pdf->sectionSignature();
790
        $pdf->sectionSignature();
Línea 821... Línea 821...
821
                if ($i % 3 == 0) {
821
                if ($i % 3 == 0) {
822
                    $pdf->AddPage();
822
                    $pdf->AddPage();
823
                }
823
                }
824
            }
824
            }
Línea 825... Línea -...
825
 
-
 
826
            // add section signature
-
 
827
            $pdf->sectionSignature();
825
 
Línea 828... Línea 826...
828
        }
826
        }
829
 
827