diff options
author | akshay | 2025-02-21 11:50:03 +0530 |
---|---|---|
committer | GitHub | 2025-02-21 11:50:03 +0530 |
commit | 829de83d52888d785c0718e12214c79935d11d7b (patch) | |
tree | b72bac076475b67ddfca4b9bbceb983226a6326f | |
parent | b9931a51ac6ca6151e9b50cdce56a8ba31172298 (diff) | |
download | esim_research_migration-829de83d52888d785c0718e12214c79935d11d7b.tar.gz esim_research_migration-829de83d52888d785c0718e12214c79935d11d7b.tar.bz2 esim_research_migration-829de83d52888d785c0718e12214c79935d11d7b.zip |
-rwxr-xr-x | pdf/cert_new.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc index ffd9615..82f2205 100755 --- a/pdf/cert_new.inc +++ b/pdf/cert_new.inc @@ -70,6 +70,7 @@ function generate_pdf() $pdf->Cell(0, 10, $data3->name_title . '. ' . $data3->contributor_name, '0', '1', 'C'); $pdf->Ln(0); $pdf->SetFont('Times', 'I', 18); + // $university=SetTextColor(37, 22, 247); if (strtolower($data3->branch) != "others") { $title = WordWrap($data3->project_title,60); |