Remove redundant closing PHP tags

This commit is contained in:
Marcus Hill
2023-01-21 17:30:51 +00:00
parent bae0814827
commit a270e3a42c
7 changed files with 10 additions and 15 deletions

View File

@@ -89,4 +89,4 @@ $num_notifications = $row['num'];
//Set Currency Format
$currency_format = numfmt_create($session_company_locale, NumberFormatter::CURRENCY);
?>