From d32e868cb708fe40ac975245031f0fe2b4ebe235 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Dec 2019 14:45:56 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 99a6d2e..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; } -- 2.39.2