This commit is contained in:
fhenry 2013-03-16 09:46:34 +01:00
parent 98cc7b7a2b
commit cf21b32eb1

View File

@ -76,9 +76,7 @@ class FormMail
* @param DoliDB $db Database handler * @param DoliDB $db Database handler
*/ */
function __construct($db) function __construct($db)
{ {
global $conf;
$this->db = $db; $this->db = $db;
$this->withform=1; $this->withform=1;