fix (scrutinizer) remove comments and create function send an email TODO
This commit is contained in:
parent
4c5bcd02b7
commit
cc0d9b27f2
@ -334,7 +334,7 @@ if (empty($reshook) && $action == 'add') {
|
|||||||
if ($result > 0) {
|
if ($result > 0) {
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/CMailFile.class.php';
|
||||||
$object = $proj;
|
$object = $proj;
|
||||||
|
|
||||||
if ($object->email) {
|
if ($object->email) {
|
||||||
$subject = '';
|
$subject = '';
|
||||||
$msg = '';
|
$msg = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user