Merge pull request #9779 from frederic34/patch-15
Update html.formmail.class.php
This commit is contained in:
commit
8af16609ca
@ -4,6 +4,7 @@
|
|||||||
* Copyright (C) 2010-2011 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2010-2011 Juanjo Menent <jmenent@2byte.es>
|
||||||
* Copyright (C) 2015-2017 Marcos García <marcosgdf@gmail.com>
|
* Copyright (C) 2015-2017 Marcos García <marcosgdf@gmail.com>
|
||||||
* Copyright (C) 2015-2017 Nicolas ZABOURI <info@inovea-conseil.com>
|
* Copyright (C) 2015-2017 Nicolas ZABOURI <info@inovea-conseil.com>
|
||||||
|
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -44,6 +45,27 @@ class FormMail extends Form
|
|||||||
|
|
||||||
public $fromname;
|
public $fromname;
|
||||||
public $frommail;
|
public $frommail;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string user, company, robot
|
||||||
|
*/
|
||||||
|
public $fromtype;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
|
public $fromid;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string thirdparty etc
|
||||||
|
*/
|
||||||
|
public $totype;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
|
public $toid;
|
||||||
|
|
||||||
public $replytoname;
|
public $replytoname;
|
||||||
public $replytomail;
|
public $replytomail;
|
||||||
public $toname;
|
public $toname;
|
||||||
@ -91,11 +113,6 @@ class FormMail extends Form
|
|||||||
public $withtouser=array();
|
public $withtouser=array();
|
||||||
public $withtoccuser=array();
|
public $withtoccuser=array();
|
||||||
|
|
||||||
/**
|
|
||||||
* @var string Error code (or message)
|
|
||||||
*/
|
|
||||||
public $error='';
|
|
||||||
|
|
||||||
public $lines_model;
|
public $lines_model;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user