Update opensurveysondage.class.php
This commit is contained in:
parent
894f1e8215
commit
10bdb1f787
@ -194,7 +194,7 @@ class Opensurveysondage extends CommonObject
|
|||||||
$resql = $this->db->query($sql);
|
$resql = $this->db->query($sql);
|
||||||
if (!$resql) { $error++; $this->errors[] = "Error ".$this->db->lasterror(); }
|
if (!$resql) { $error++; $this->errors[] = "Error ".$this->db->lasterror(); }
|
||||||
|
|
||||||
if (!$error && !$notrigger)
|
if (!$error && !$notrigger) {
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
|
|
||||||
// Call trigger
|
// Call trigger
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user