You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Return the number of results (regardless of limit and offset settings)
316
329
*
@@ -475,8 +488,8 @@ public function getSQL()
475
488
476
489
$first_table = $datatable;
477
490
}
478
-
// phpcs:ignore
479
-
$QB->filters()->whereAnd("( (IS_PUBLISHER($datatable.pid) AND $datatable.latest = 1) OR (IS_PUBLISHER($datatable.pid) !=1 AND $datatable.published = 1) )");
0 commit comments