Ignore:
Timestamp:
Feb 25, 2007, 11:26:52 PM (17 years ago)
Author:
rub
Message:

Reduce number of images on NBM for more visibility. (Next parameters for RSS & NBM on $conf in order to be more easy to modify)
Use $id$ on php headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r1818 r1857  
    66// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net         |
    77// +-----------------------------------------------------------------------+
    8 // | branch        : BSF (Best So Far)
    9 // | file          : $RCSfile$
     8// | file          : $Id$
    109// | last update   : $Date$
    1110// | last modifier : $Author$
     
    355354              if ($conf['nbm_send_html_mail'] and $conf['nbm_send_recent_post_dates'])
    356355              {
    357                 $recent_post_dates = get_recent_post_dates(7, 5, 9);
     356                $recent_post_dates = get_recent_post_dates(7, 3, 9);
    358357                foreach ($recent_post_dates as $date_detail)
    359358                {
Note: See TracChangeset for help on using the changeset viewer.