From b9931a51ac6ca6151e9b50cdce56a8ba31172298 Mon Sep 17 00:00:00 2001 From: akshay Date: Fri, 21 Feb 2025 11:42:43 +0530 Subject: rename university to institute in certificate of partition --- pdf/cert_new.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc index a42fdd6..ffd9615 100755 --- a/pdf/cert_new.inc +++ b/pdf/cert_new.inc @@ -73,10 +73,10 @@ function generate_pdf() // $university=SetTextColor(37, 22, 247); if (strtolower($data3->branch) != "others") { $title = WordWrap($data3->project_title,60); - $university = 'from ' . $data3->university; + $institute = 'from ' . $data3->institute; $pdf->SetTextColor(0, 0, 0); - //$pdf->Cell(240, 8, 'from ' . $data3->university . ' has successfully', '0', '1', 'C'); - $pdf->MultiCell(0, 10, $university, '0','C'); + //$pdf->Cell(240, 8, 'from ' . $data3->institute . ' has successfully', '0', '1', 'C'); + $pdf->MultiCell(0, 10, $institute, '0','C'); $pdf->Ln(0); $pdf->Cell(0, 10, 'has successfully completed the Research Migration of', '0', '1', 'C'); $pdf->Ln(0); @@ -114,7 +114,7 @@ function generate_pdf() } //strtolower($data3->branch) != "others" else { $pdf->SetTextColor(0, 0, 0); - $pdf->Cell(240, 8, 'from ' . $data3->university . ' college', '0', '1', 'C'); + $pdf->Cell(240, 8, 'from ' . $data3->institute . ' college', '0', '1', 'C'); $pdf->Ln(0); $pdf->Cell(240, 8, 'has successfully completed the Research Migration of', '0', '1', 'C'); $pdf->Ln(0); -- cgit