Ignore:
Timestamp:
Oct 11, 2009, 12:10:36 PM (15 years ago)
Author:
cljosse
Message:

[mail_supervisor] set Plugin URI:http://piwigo.org/ext/extension_view.php?eid=315

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/main.inc.php

    r4022 r4023  
    44Version: 1.0.1
    55Description:  Mail supervisor surveille l'envoie des mails.
    6 Plugin URI: http://piwigo.org/ext 
     6Plugin URI: http://piwigo.org/ext/extension_view.php?eid=315
    77Author: cljosse
    88Author URI:http://cljosse.e3b.org
    99*/
    10 // http://piwigo.org/ext/extension_view.php?eid=309
    11 // 4019
     10
    1211
    1312if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    115114                                $next_day = time() + (0);
    116115                                $mails_données['date_quarantaine'] = $next_day ;
    117                         $mails_données['nb_mails'] += 1;
     116                        $mails_données['nb_mails'] += $nb_destinataires;
    118117          // teste limite atteinte :
    119118       
Note: See TracChangeset for help on using the changeset viewer.