X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FRoo.php;fp=Pman%2FRoo.php;h=26fd0a9c6107d694910949bc39415f5bfb4e48d6;hb=86d42615bbea587a9f259584051c041aa38a6701;hp=261b1f881c2e4db022ad8ae6311ca1a685879753;hpb=c9c170700e23d9ed90915f9db1c45cba9c2f1b75;p=Pman.Base 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)) {