[Fusionforge-commits] r11462 - trunk/src/cronjobs

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Mon Nov 8 18:39:06 CET 2010


Author: aljeux
Date: 2010-11-08 18:39:05 +0100 (Mon, 08 Nov 2010)
New Revision: 11462

Modified:
   trunk/src/cronjobs/daily_task_email.php
Log:
Not needed, $err is set in pre.php

Modified: trunk/src/cronjobs/daily_task_email.php
===================================================================
--- trunk/src/cronjobs/daily_task_email.php	2010-11-08 17:38:56 UTC (rev 11461)
+++ trunk/src/cronjobs/daily_task_email.php	2010-11-08 17:39:05 UTC (rev 11462)
@@ -4,6 +4,7 @@
  * Send emails to users with open tasks
  *
  * Copyright 2004 GForge, LLC
+ * Copyright (C) 2010 Alain Peyrat - Alcatel-Lucent
  *
  * This file is part of FusionForge.
  *
@@ -27,8 +28,6 @@
 require_once $gfcommon.'pm/ProjectTasksForUser.class.php';
 require_once $gfcommon.'include/cron_utils.php';
 
-$err = '';
-
 session_set_admin() ;
 
 // Get user id's from users who have open tasks




More information about the Fusionforge-commits mailing list