Ignore:
Timestamp:
Mar 4, 2007, 11:40:28 PM (17 years ago)
Author:
rub
Message:

Add on $conf value of the function get_recent_post_dates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r1857 r1871  
    354354              if ($conf['nbm_send_html_mail'] and $conf['nbm_send_recent_post_dates'])
    355355              {
    356                 $recent_post_dates = get_recent_post_dates(7, 3, 9);
     356                $recent_post_dates = get_recent_post_dates_array(
     357                  $conf['recent_post_dates']['NBM']);
    357358                foreach ($recent_post_dates as $date_detail)
    358359                {
Note: See TracChangeset for help on using the changeset viewer.