[Fusionforge-commits] FusionForge branch 6.0 updated. v6.0.3-81-gef2761c

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Feb 14 18:31:57 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  ef2761c2d69fb671bf5d5e7d7bbcf1877685551d (commit)
      from  d90d92ba6f7f1caa690b1a5d6817cdf7324c9792 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=ef2761c2d69fb671bf5d5e7d7bbcf1877685551d

commit ef2761c2d69fb671bf5d5e7d7bbcf1877685551d
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Feb 14 18:31:38 2016 +0100

    fix [#805] typo SFDLVPR vs. SFDVLPR

diff --git a/src/cronjobs/db/massmail.php b/src/cronjobs/db/massmail.php
index 08de8e3..ee7fabd 100755
--- a/src/cronjobs/db/massmail.php
+++ b/src/cronjobs/db/massmail.php
@@ -11,6 +11,7 @@
  * Copyright 1999-2001 (c) VA Linux Systems
  * Copyright 2003 (c) GForge, LLC
  * Copyright 2010, Roland Mas
+ * Copyright 2016, Franck Villaume - TrivialDev
  *
  * This file is part of FusionForge. FusionForge is free software;
  * you can redistribute it and/or modify it under the terms of the
@@ -110,7 +111,7 @@ foreach ($all_users as $user) {
 			}
 		}
 		break;
-	case 'SFDLVPR':
+	case 'SFDVLPR':
 		$process = forge_check_global_perm_for_user ($user,'forge_admin') ;
 		break;
 	}
@@ -179,5 +180,3 @@ function m_exit($mess = '') {
 // mode: php
 // c-file-style: "bsd"
 // End:
-
-?>

-----------------------------------------------------------------------

Summary of changes:
 src/cronjobs/db/massmail.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list