gui journal fix

This commit is contained in:
SJ
2014-05-21 15:41:49 +02:00
parent df623c3680
commit 344fe59e9f
2 changed files with 15 additions and 6 deletions

View File

@ -225,9 +225,6 @@ class ModelSearchMessage extends Model {
$p = strstr($msg, "\nX-MS-Journal-Report:");
if(!$p) {
$p = strstr($msg, "\nX-MS-Exchange-Organization-Auth");
}
$msg = '';
if($p) {
@ -273,9 +270,6 @@ class ModelSearchMessage extends Model {
}
$p = strstr($msg, "\nX-MS-Journal-Report:");
if(!$p) {
$p = strstr($msg, "\nX-MS-Exchange-Organization-Auth");
}
if($p) {
$has_journal = 1;