mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
This commit is contained in:
		
						commit
						b310d3065d
					
				|  | @ -1741,7 +1741,7 @@ class SeedDMS_Core_User { /* {{{ */ | |||
| 
 | ||||
| 		}else{ | ||||
| 
 | ||||
| 			$queryStr = "SELECT * FROM `tblMandatoryApprovers` WHERE `userID` = " . $this->_id . " AND approverUserID = " . (int) $id; | ||||
| 			$queryStr = "SELECT * FROM `tblMandatoryApprovers` WHERE `userID` = " . $this->_id . " AND `approverUserID` = " . (int) $id; | ||||
| 			$resArr = $db->getResultArray($queryStr); | ||||
| 			if (count($resArr)!=0) return; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann