Merge pull request #413 from marcoAntonioNina/BUG-8831

BUG 8831 Backslash ( \ ) appears before single quotes in Case...SOLVED
This commit is contained in:
julceslauhub
2012-07-31 08:54:03 -07:00

View File

@@ -89,6 +89,7 @@ class AppProxy extends HttpProxyController
$noteRecipientsList[] = $key;
}
$noteRecipients = implode(",", $noteRecipientsList);
$noteContent = stripslashes($noteContent);
$appNotes->sendNoteNotification($appUid, $usrUid, $noteContent, $noteRecipients);
}