From: Alan Knowles Date: Mon, 2 Dec 2019 08:12:57 +0000 (+0800) Subject: Fix #6111 - set up basic infrastructure X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=86d42615bbea587a9f259584051c041aa38a6701 Fix #6111 - set up basic infrastructure --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 261b1f8..26fd0a9 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -1499,7 +1499,7 @@ class Pman_Roo extends Pman $x->whereAdd("(on_id = $oid OR on_id IN ( SELECT distinct(id) FROM Documents WHERE original = $o ) )"); - continue; + continue 2; } $x->on_id = $val; @@ -1517,7 +1517,7 @@ class Pman_Roo extends Pman // the aobve rule for !strlen non-joined cols should apply to joined ones. if (!strlen($val)) { - continue; + continue 2; } @@ -1530,7 +1530,7 @@ class Pman_Roo extends Pman } - continue; + continue 2; } } if (!empty($q_filtered)) {