Merge branch 'dev-noaccess'
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment