BUG 0000 Fixed issue with email .. a notice that breaks ajax

When email is using sendmail instead of PHPMailer
This commit is contained in:
Hugo Loza
2011-07-26 17:27:59 -04:00
parent f38dc1045f
commit cb77a7a733
2 changed files with 2 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ class AppNotes extends BaseAppNotes {
$oCase = new Cases ();
$aFields = $oCase->loadCase( $appUid );
$configNoteNotification['subject']= G::LoadTranslation('ID_MESSAGE_SUBJECT_NOTE_NOTIFICATION')." @#APP_TITLE ";
$configNoteNotification['body'] = G::LoadTranslation('ID_CASE') . ": @$APP_TITLE<br />" . G::LoadTranslation('ID_AUTHOR').": $authorName<br /><br />$noteContent";
$configNoteNotification['body'] = G::LoadTranslation('ID_CASE') . ": @#APP_TITLE<br />" . G::LoadTranslation('ID_AUTHOR').": $authorName<br /><br />$noteContent";
if ($sFrom == '') {
$sFrom = '"ProcessMaker"';