The bugs in the patient portal are rectified. The code 'require_once("$srcdir/csv_li...
commit1189bd82e803bf9a4c3ac4bf15db20bdbefbc705
authorTeny <teny@zhservices.com>
Mon, 1 Oct 2012 14:57:19 +0000 (1 20:27 +0530)
committerbradymiller <bradymiller@users.sourceforge.net>
Wed, 3 Oct 2012 22:29:59 +0000 (3 15:29 -0700)
tree522049fbc8ddc2ae4dec5026d70908c47232ab02
parentc108e50da8d57173d2f4f37543dc89143e4b18fc
The bugs in the patient portal are rectified.  The code 'require_once("$srcdir/csv_like_join.php");' threw a fatal error.

We have changed the line 51 of the file 'openemr\custom\code_types.inc.php' from 'require_once("$srcdir/csv_like_join.php");' to 'require_once(dirname(__FILE__)."/../library/csv_like_join.php");'.That fixed the bugs.

Signed-off-by: Teny <teny@zhservices.com>
custom/code_types.inc.php