2009/10/10 23:12:46 +0100 claunia: Changed in maintainer for check debug as on config.php and change the hardcoded debug email

This commit is contained in:
2014-09-04 05:35:08 +01:00
parent 13d232f192
commit 3bcaef5353

View File

@@ -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)