The bugs in the patient portal are rectified. The code 'require_once("$srcdir/csv_li...
commit7ba0528473acff9c165d57146f5a6b8c436f77a0
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 23:27:28 +0000 (3 16:27 -0700)
treee06280daba041ea3d456c00202fdb888bbf3e7a0
parenta3d22d1fd421d58879df7256ebe9263ad859d711
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