mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +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{
|
}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);
|
$resArr = $db->getResultArray($queryStr);
|
||||||
if (count($resArr)!=0) return true;
|
if (count($resArr)!=0) return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user