Commit d9d63da8a8d421d47971781a613a80802a77046a
1 parent
be89449f
changed MRC specific subject.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2813 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/alert/AlertContent.inc
| ... | ... | @@ -49,7 +49,7 @@ class AlertContent { |
| 49 | 49 | * @return string the alert content |
| 50 | 50 | */ |
| 51 | 51 | function getSubscriptionAlert($iSubscriptionAlertType, $aValues) { |
| 52 | - $sSubject = "MRC DMS Subscription Alert- "; | |
| 52 | + $sSubject = "DMS Subscription Alert- "; | |
| 53 | 53 | $aAlertSubject = array(SubscriptionConstants::subscriptionAlertType("AddFolder") => $sSubject . "New Folder", |
| 54 | 54 | SubscriptionConstants::subscriptionAlertType("RemoveSubscribedFolder") => $sSubject . "Removed Folder", |
| 55 | 55 | SubscriptionConstants::subscriptionAlertType("RemoveChildFolder") => $sSubject . "Removed Folder", | ... | ... |