summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2025-02-21 11:42:43 +0530
committerGitHub2025-02-21 11:42:43 +0530
commitb9931a51ac6ca6151e9b50cdce56a8ba31172298 (patch)
tree11b40e74bb5b2bf22fc857dc28fc8a4cfffe1262
parent5a715a0955d19694a3514ab495ad6eac9aedf5e0 (diff)
downloadesim_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-xpdf/cert_new.inc8
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);