Fixing style errors.
This commit is contained in:
parent
56cb4fed7f
commit
d4e57f34d9
@ -1727,7 +1727,7 @@ class Ticket extends CommonObject
|
|||||||
* @param boolean $send_email Whether the message is sent by email
|
* @param boolean $send_email Whether the message is sent by email
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
public function createTicketMessage($user, $notrigger = 0, $filename_list = array(), $mimetype_list = array(), $mimefilename_list = array(), $send_email = FALSE)
|
public function createTicketMessage($user, $notrigger = 0, $filename_list = array(), $mimetype_list = array(), $mimefilename_list = array(), $send_email = false)
|
||||||
{
|
{
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
$error = 0;
|
$error = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user