paradocs wrote on Tuesday, September 27, 2011:
Thanks all for the 4.1.0 release. CAMOS was broken and this fixed the following error: line 1078 of /interface/forms/CAMOS/new.php is <body <?echo $top_bg_line;?> … fix <body <php? echo $top_bg_line;?> … Best Wishes paradocs
bradymiller wrote on Thursday, September 29, 2011:
Hi paradocs,
I committed this change to the codebase. Although we have been avoiding php short tags, some do slip in. To be safe I’d recommend setting short_open_tag to ‘on’ in your php configuration file. Here’s the php file configuration recommendations: http://open-emr.org/wiki/index.php/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F
thank you for the contribution, -brady