Changed in maintainer for check debug as on config.php and change the hardcoded debug email
svn path=/; revision=16
This commit is contained in:
@@ -42,6 +42,9 @@ class queuedEntries
|
|||||||
|
|
||||||
function retrieveQueuedEntries()
|
function retrieveQueuedEntries()
|
||||||
{
|
{
|
||||||
|
if(APPDB_DEBUG)
|
||||||
|
$bDebugOutputEnabled = true;
|
||||||
|
else
|
||||||
$bDebugOutputEnabled = false;
|
$bDebugOutputEnabled = false;
|
||||||
|
|
||||||
if($bDebugOutputEnabled)
|
if($bDebugOutputEnabled)
|
||||||
@@ -1362,7 +1365,7 @@ class maintainer
|
|||||||
query_parameters($sQuery, $this->iNotificationLevel, "NOW()", $this->iMaintainerId);
|
query_parameters($sQuery, $this->iNotificationLevel, "NOW()", $this->iMaintainerId);
|
||||||
|
|
||||||
//TODO: we probably want to copy the mailing list on each of these emails
|
//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
|
// we don't send any emails if the notification level is zero
|
||||||
if($this->iNotificationLevel == 0)
|
if($this->iNotificationLevel == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user