From: Ap.Muthu Date: Sun, 14 Apr 2013 01:42:07 +0000 (+0530) Subject: Missing quotes in acl check in new_comprehensive.php X-Git-Tag: whats-been-changed~349 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/90dee06eaf58263b2f163026ae9da6b1477e269b Missing quotes in acl check in new_comprehensive.php --- diff --git a/interface/new/new_comprehensive.php b/interface/new/new_comprehensive.php index 7bf827005..6276e517a 100644 --- a/interface/new/new_comprehensive.php +++ b/interface/new/new_comprehensive.php @@ -13,7 +13,7 @@ require_once("$srcdir/patient.inc"); require_once("$srcdir/erx_javascript.inc.php"); // Check authorization. -if (!acl_check('patients','demo','',array('write',addonly) )) +if (!acl_check('patients','demo','',array('write','addonly') )) die("Adding demographics is not authorized."); $CPR = 4; // cells per row