This commit is contained in:
Laurent Destailleur
2012-03-14 11:49:11 +01:00
parent f8bf7ade83
commit 9e5cffc62b
63 changed files with 328 additions and 209 deletions

View File

@@ -44,7 +44,7 @@ class mailing_example extends MailingTargets
*
* @param DoliDB $DB Database handler
*/
function mailing_example($DB)
function __construct($DB)
{
$this->db=$DB;
}