508f6466 by G Manojkumar

Campaign casesensitivity

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