mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge branch 'master' of https://github.com/alchemy-fr/Phraseanet into PHRAS-2175-subdef-building-duration
This commit is contained in:
@@ -25,7 +25,7 @@ class Notifier implements NotifierInterface
|
||||
private $logger;
|
||||
|
||||
/** @var integer */
|
||||
private $timeout = 2;
|
||||
private $timeout = 10;
|
||||
|
||||
public function __construct(\ZMQSocket $socket, LoggerInterface $logger)
|
||||
{
|
||||
|
@@ -839,19 +839,19 @@ class User_Query
|
||||
}
|
||||
|
||||
if ($this->activities) {
|
||||
$sql .= $this->generate_field_constraints('activite', $this->activities);
|
||||
$sql .= $this->generate_field_constraints('activity', $this->activities);
|
||||
}
|
||||
|
||||
if ($this->positions) {
|
||||
$sql .= $this->generate_field_constraints('fonction', $this->positions);
|
||||
$sql .= $this->generate_field_constraints('job', $this->positions);
|
||||
}
|
||||
|
||||
if ($this->countries) {
|
||||
$sql .= $this->generate_field_constraints('pays', $this->countries);
|
||||
$sql .= $this->generate_field_constraints('country', $this->countries);
|
||||
}
|
||||
|
||||
if ($this->companies) {
|
||||
$sql .= $this->generate_field_constraints('societe', $this->companies);
|
||||
$sql .= $this->generate_field_constraints('company', $this->companies);
|
||||
}
|
||||
|
||||
if ($this->templates) {
|
||||
|
Reference in New Issue
Block a user