message MDL-25095 increased the size of the message fragment displayed in the message search

This commit is contained in:
Andrew Davis 2010-11-08 03:10:30 +00:00
parent 42ec733cac
commit f38325960e

View File

@ -1333,7 +1333,7 @@ function message_shorten_message($message, $minlength=0) {
*/
function message_get_fragment($message, $keywords) {
$fullsize = 120;
$fullsize = 160;
$halfsize = (int)($fullsize/2);
$message = strip_tags($message);