mirror of
https://github.com/Mibew/tray.git
synced 2024-11-15 01:14:13 +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