bugfix
This commit is contained in:
parent
fc3b9660d8
commit
3986e4514a
@ -96,7 +96,7 @@ class ActionComm
|
|||||||
$sql.= ($this->contact->id?$this->contact->id:"null").",";
|
$sql.= ($this->contact->id?$this->contact->id:"null").",";
|
||||||
$sql.= "'$author->id', '".$this->user->id ."', '".addslashes($this->label)."','".$this->percent."','".$this->priority."',";
|
$sql.= "'$author->id', '".$this->user->id ."', '".addslashes($this->label)."','".$this->percent."','".$this->priority."',";
|
||||||
$sql.= ($this->facid?$this->facid:"null").",";
|
$sql.= ($this->facid?$this->facid:"null").",";
|
||||||
$sql.= ($this->propalrowid?$this->propalrowid:"null");
|
$sql.= ($this->propalrowid?$this->propalrowid:"null").",";
|
||||||
$sql.= ($this->orderrowid?$this->orderrowid:"null");
|
$sql.= ($this->orderrowid?$this->orderrowid:"null");
|
||||||
$sql.= ");";
|
$sql.= ");";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user