From e2ef65a1128ccfb76bf6f3a89ec69120e37610af Mon Sep 17 00:00:00 2001 From: SJ Date: Thu, 2 Oct 2014 10:09:05 +0200 Subject: [PATCH] style case sensitivity fix --- webui/model/search/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/model/search/message.php b/webui/model/search/message.php index ba259041..5660870f 100644 --- a/webui/model/search/message.php +++ b/webui/model/search/message.php @@ -567,7 +567,7 @@ class ModelSearchMessage extends Model { $chunk = ''; for($i=0; $i"); + $pos = stripos($h[$i], ""); if($pos != FALSE) { $s = substr($h[$i], $pos+8, strlen($h[$i])); $chunk .= $s . "\n";