Merge branch 'ticket-philea2'
This commit is contained in:
commit
38745aab7f
@ -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('
|
||||
|
Loading…
Reference in New Issue
Block a user