Finish fixing the short tags
commit7b5eb5bb5c59e9901edee105195d9c6788c50472
authorbradymiller <bradymiller@users.sourceforge.net>
Sun, 19 Aug 2012 05:50:14 +0000 (18 22:50 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Sun, 19 Aug 2012 06:22:05 +0000 (18 23:22 -0700)
tree368dd7eb3369091ea84b9a114684c1788ec6592c
parentfcb5a6f90a8fa49b13ba9ff9d8cb62a6348b458d
Finish fixing the short tags

 -Fixed short tags in formscript.pl script
 -Fixed short tags from '<?if' to '<?php if'
 -Fixed short tags at EOL
 -Fixed short tags from '<?=' to '<?php echo'
 -Project is complete, since following command is now negative:
  grep -R "<?[^px]" /var/www/openemr/
19 files changed:
contrib/forms/formmaker/formscript.pl
contrib/forms/hearingtest/view.php
contrib/forms/high_risk_screening_record/new.php
contrib/forms/high_risk_screening_record/printable.php
contrib/forms/high_risk_screening_record/report.php
contrib/forms/high_risk_screening_record/view.php
contrib/forms/patient_intake_history/printable.php
contrib/forms/patient_intake_history/report.php
contrib/forms/progressnotes/view.php
contrib/forms/routine_screening_record/report.php
contrib/forms/well_child_care/C_WellChildCare.class.php
interface/patient_file/encounter/cash_receipt.php
interface/patient_file/navigation.php
interface/patient_file/report/print_custom_report.php
interface/super/rules/base/template/basic.php
interface/super/rules/controllers/edit/template/criteria.php
interface/usergroup/usergroup.php
interface/usergroup/usergroup_navigation.php
library/api.inc