From d9d63da8a8d421d47971781a613a80802a77046a Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 12 Jan 2004 12:07:17 +0000 Subject: [PATCH] changed MRC specific subject. --- lib/alert/AlertContent.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alert/AlertContent.inc b/lib/alert/AlertContent.inc index 51c62b8..8241fb7 100644 --- a/lib/alert/AlertContent.inc +++ b/lib/alert/AlertContent.inc @@ -49,7 +49,7 @@ class AlertContent { * @return string the alert content */ function getSubscriptionAlert($iSubscriptionAlertType, $aValues) { - $sSubject = "MRC DMS Subscription Alert- "; + $sSubject = "DMS Subscription Alert- "; $aAlertSubject = array(SubscriptionConstants::subscriptionAlertType("AddFolder") => $sSubject . "New Folder", SubscriptionConstants::subscriptionAlertType("RemoveSubscribedFolder") => $sSubject . "Removed Folder", SubscriptionConstants::subscriptionAlertType("RemoveChildFolder") => $sSubject . "Removed Folder", -- libgit2 0.21.4