mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
add missing backticks
This commit is contained in:
parent
6cb83bec25
commit
0d99ffc04b
|
@ -1202,7 +1202,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