mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
commit
4aaf7f78e8
|
@ -1707,7 +1707,7 @@ class SeedDMS_Core_User { /* {{{ */
|
|||
|
||||
}else{
|
||||
|
||||
$queryStr = "SELECT * FROM `tblMandatoryReviewers` WHERE `userID` = " . $this->_id . " AND reviewerUserID = " . $id;
|
||||
$queryStr = "SELECT * FROM `tblMandatoryReviewers` WHERE `userID` = " . $this->_id . " AND `reviewerUserID` = " . $id;
|
||||
$resArr = $db->getResultArray($queryStr);
|
||||
if (count($resArr)!=0) return true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user