Skip to content
Snippets Groups Projects
Commit 7c342138 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evo: fix blois, szsic pbs

parent bf0c0541
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
/* begin */
// load the config and prepare to process
include('load_process_email_stack.php');
$state = 'LOAD_EMAILS';
while ($state <> 'END') {
if (isset($GLOBALS['logger'])) {
......@@ -104,4 +103,4 @@ Bt_logInDataBase(
$GLOBALS['db']->disconnect();
//unlink($GLOBALS['lckFile']);
exit($GLOBALS['exitCode']);
?>
\ No newline at end of file
?>
......@@ -48,6 +48,14 @@
<use_rss>false</use_rss>
<use_attachment>false</use_attachment>
</diffusion_type>
<diffusion_type>
<id>note_copy_list</id>
<label>_NOTE_COPY_LIST</label>
<script>modules/notifications/diffusion_types/note_copy_list.php</script>
<use_email>true</use_email>
<use_rss>false</use_rss>
<use_attachment>false</use_attachment>
</diffusion_type>
<diffusion_type>
<id>contact</id>
<label>_CONTACT</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment