more work isolating the projectname from core.

This commit is contained in:
redmatrix
2015-05-17 16:28:16 -07:00
parent 51b6d70996
commit 91d7b0f7eb
16 changed files with 325 additions and 321 deletions

View File

@@ -450,7 +450,7 @@ function format_event_diaspora($ev) {
$bd_format = t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8 AM
$o = t('Redmatrix event notification:') . "\n";
$o = t('$Projectname event notification:') . "\n";
$o .= '**' . (($ev['summary']) ? bb2diaspora($ev['summary']) : bb2diaspora($ev['desc'])) . '**' . "\n";