Skip to content

Commit

Permalink
Corregida el nombre de la functión
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed May 3, 2017
1 parent 4372fc9 commit 431288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mail/case_read.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
output('`b`2Sent:`b `^%s`0', $row['sent']);
rawoutput('</div>');
output('`b`2From:`b %s `^%s`0', $status_image, $row['name'], true);
rawoutput('</div><div class="content"><span class="ui header">'.appencode($row['subject']).'</span><p>'.appoencode(sanitize_mb(str_replace("\n","`n",$row['body']))));
rawoutput('</div><div class="content"><span class="ui header">'.appoencode($row['subject']).'</span><p>'.appoencode(sanitize_mb(str_replace("\n","`n",$row['body']))));
rawoutput('</p></div>'.$buttonsMenuBottom.'</div>');

$sql = "UPDATE $mail SET seen=1 WHERE msgto=\"".$session['user']['acctid']."\" AND messageid=\"".$id."\"";
Expand Down

0 comments on commit 431288e

Please sign in to comment.