Skip to content

Commit

Permalink
PSR %$^&*(
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernautsei committed May 9, 2024
1 parent ab6f45a commit 978fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/patient_file/report/custom_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ function zip_content($source, $destination, $content = '', $create = true)
}
if (!empty($dateres['date'])) {
// show the encounter's date
echo "(" . text(oeFormatSDFT(strtotime($dateres["date"]))) . ") ";
echo "(" . text(oeFormatSDFT(strtotime($dateres["date"]))) . ") ";
}
if ($res[1] == 'newpatient') {
// display the provider info
Expand Down

0 comments on commit 978fdab

Please sign in to comment.