mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
message MDL-25095 increased the size of the message fragment displayed in the message search
This commit is contained in:
parent
42ec733cac
commit
f38325960e
1 changed files with 1 additions and 1 deletions
|
@ -1333,7 +1333,7 @@ function message_shorten_message($message, $minlength=0) {
|
||||||
*/
|
*/
|
||||||
function message_get_fragment($message, $keywords) {
|
function message_get_fragment($message, $keywords) {
|
||||||
|
|
||||||
$fullsize = 120;
|
$fullsize = 160;
|
||||||
$halfsize = (int)($fullsize/2);
|
$halfsize = (int)($fullsize/2);
|
||||||
|
|
||||||
$message = strip_tags($message);
|
$message = strip_tags($message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue