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