Finish fixing the short tags
commit88a1f0bc619c993bbee93d55f7a29aca778cd513
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:27:12 +0000 (18 23:27 -0700)
tree1c78ce56f276e6f0719666f05c967a3367fb36cd
parentf9d208f9aa07db2e1f2315e60eb9df06e6424ec7
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