fix report receive

This commit is contained in:
Marion Muszynski 2016-10-28 12:05:58 +02:00
parent a2a52f7a85
commit a56a6ed0c9

View File

@ -43,7 +43,7 @@ if(is_object($iterator) && count($iterator)) {
$result = nl2br(implode("\n", $result));
if($result != '') {
if($result == '') {
$result = "RAS";
}
Db::getInstance()->Execute('
@ -64,7 +64,7 @@ if(is_object($iterator) && count($iterator)) {
$result = nl2br(implode("\n", $result));
if($result != '') {
if($result == '') {
$result = "RAS";
}
Db::getInstance()->Execute('