Skip to content

Commit

Permalink
Ololo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Topotushko committed Jun 14, 2019
1 parent d552abb commit 7aca839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/inc_profit_acl.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if ($oDocument->GUID){
$sql = "SELECT MAX(pcrFlagRead) as pcrFlagRead, MAX(pcrFlagUpdate) as pcrFlagUpdate
FROM stbl_profit_role
WHERE {$oDocument->profit} LIKE pcrProfitID
WHERE '{$oDocument->profit}' LIKE pcrProfitID
AND pcrRoleID IN ($strRoles);";
// echo '<pre>';print_r($sql);echo '</pre>';
$rs = $oSQL->q($sql);
Expand Down

0 comments on commit 7aca839

Please sign in to comment.