508f6466 by G Manojkumar

Campaign casesensitivity

1 parent 5a3827d2
......@@ -107,7 +107,7 @@ if($varid!=""||$isuser)
//no edit access and read other data..
//check if we have owner access = read access
$oclientlst=$wakka->clientsReadAccess();
foreach($oclientlst as $tclnt)if($tclnt==$recruitdata["peopledata"]['client']&&$tclnt!=""){$noreaduser=0;break;}
foreach($oclientlst as $tclnt)if(strtolower($tclnt)==strtolower($recruitdata["peopledata"]['client'])&&$tclnt!=""){$noreaduser=0;break;}
}
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!