Problem with html_header_show() in forms

markleeds wrote on Monday, April 28, 2008:

I recently noticed that this function call was added to many php files for the purpose of printing an html header string.  This is fine in most places, but the problem with doing this in a form directory is that forms are plugins that may be independent of the current openemr version.  Some form authors have been careful to maintain backwards compatibility with older versions.  By adding this line to a form, it becomes tied to the latest cvs code.  I think that it should have been written in such a way to be ignored if the function is not present.