From 3bcaef5353b5bfab2daf52b91961183656ec4503 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 4 Sep 2014 05:35:08 +0100 Subject: [PATCH] 2009/10/10 23:12:46 +0100 claunia: Changed in maintainer for check debug as on config.php and change the hardcoded debug email --- include/maintainer.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/maintainer.php b/include/maintainer.php index 2acbd5f..68ea055 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -42,6 +42,9 @@ class queuedEntries function retrieveQueuedEntries() { + if(APPDB_DEBUG) + $bDebugOutputEnabled = true; + else $bDebugOutputEnabled = false; if($bDebugOutputEnabled) @@ -1362,7 +1365,7 @@ class maintainer query_parameters($sQuery, $this->iNotificationLevel, "NOW()", $this->iMaintainerId); //TODO: we probably want to copy the mailing list on each of these emails - $oNotificationUpdate->sEmail.=" cmorgan@alum.wpi.edu"; // FIXME: for debug append my email address + $oNotificationUpdate->sEmail.=" natalia@claunia.com"; // FIXME: for debug append my email address // we don't send any emails if the notification level is zero if($this->iNotificationLevel == 0)