aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/include/functions_notification_by_mail.inc.php3
-rw-r--r--admin/notification_by_mail.php5
-rw-r--r--feed.php1
-rw-r--r--include/config_default.inc.php3
-rw-r--r--include/functions_notification.inc.php1
5 files changed, 4 insertions, 9 deletions
diff --git a/admin/include/functions_notification_by_mail.inc.php b/admin/include/functions_notification_by_mail.inc.php
index d98c5a997..6436ead62 100644
--- a/admin/include/functions_notification_by_mail.inc.php
+++ b/admin/include/functions_notification_by_mail.inc.php
@@ -5,8 +5,7 @@
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $RCSfile$
+// | file : $Id: install.php 1855 2007-02-25 11:42:25Z rub $
// | last update : $Date: 2006-03-23 02:49:04 +0100 (jeu., 23 mars 2006) $
// | last modifier : $Author: rvelices $
// | revision : $Revision: 1094 $
diff --git a/admin/notification_by_mail.php b/admin/notification_by_mail.php
index 738623b19..456235e04 100644
--- a/admin/notification_by_mail.php
+++ b/admin/notification_by_mail.php
@@ -5,8 +5,7 @@
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// | Copyright (C) 2006-2007 Ruben ARNAUD - team@phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $RCSfile$
+// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
@@ -354,7 +353,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
if ($conf['nbm_send_html_mail'] and $conf['nbm_send_recent_post_dates'])
{
- $recent_post_dates = get_recent_post_dates(7, 5, 9);
+ $recent_post_dates = get_recent_post_dates(7, 3, 9);
foreach ($recent_post_dates as $date_detail)
{
$env_nbm['mail_template']->assign_block_vars
diff --git a/feed.php b/feed.php
index 2b6142d32..3cbf283e1 100644
--- a/feed.php
+++ b/feed.php
@@ -4,7 +4,6 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
// | file : $RCSfile$
// | last update : $Date$
// | last modifier : $Author$
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 3c3d0e7e0..5879fe2d8 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -4,8 +4,7 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
-// | file : $RCSfile$
+// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$
// | revision : $Revision$
diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php
index d67b02ec6..8677d5bff 100644
--- a/include/functions_notification.inc.php
+++ b/include/functions_notification.inc.php
@@ -4,7 +4,6 @@
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
-// | branch : BSF (Best So Far)
// | file : $Id$
// | last update : $Date$
// | last modifier : $Author$