mirror of
				https://github.com/Mibew/i18n.git
				synced 2025-11-01 01:36:57 +03:00 
			
		
		
		
	Fix bug in operator_by_email function
This commit is contained in:
		
							parent
							
								
									b41405ea09
								
							
						
					
					
						commit
						142d9edb20
					
				| @ -82,7 +82,7 @@ function operator_by_email($mail) | ||||
| 	return $db->query( | ||||
| 		"select * from {chatoperator} where vcemail = ?", | ||||
| 		array($mail), | ||||
| 		array('return_rows', Database::RETURN_ONE_ROW) | ||||
| 		array('return_rows' => Database::RETURN_ONE_ROW) | ||||
| 	); | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user