diff options
author | akshay | 2025-02-21 11:42:43 +0530 |
---|---|---|
committer | GitHub | 2025-02-21 11:42:43 +0530 |
commit | b9931a51ac6ca6151e9b50cdce56a8ba31172298 (patch) | |
tree | 11b40e74bb5b2bf22fc857dc28fc8a4cfffe1262 | |
parent | 5a715a0955d19694a3514ab495ad6eac9aedf5e0 (diff) | |
download | esim_research_migration-b9931a51ac6ca6151e9b50cdce56a8ba31172298.tar.gz esim_research_migration-b9931a51ac6ca6151e9b50cdce56a8ba31172298.tar.bz2 esim_research_migration-b9931a51ac6ca6151e9b50cdce56a8ba31172298.zip |
rename university to institute in certificate of partition
-rwxr-xr-x | pdf/cert_new.inc | 8 |
1 files 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); |