From 4e96c0efad7f78429e0d5f0586145dfe31e8930d Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 31 Mar 2009 15:46:34 +0000 Subject: [PATCH] Update docs in Pager.php for join_conds --- includes/Pager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Pager.php b/includes/Pager.php index 8faec53322..e3ba4978ff 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -468,6 +468,7 @@ abstract class IndexPager implements Pager { * fields => Field(s) for passing to Database::select(), may be * * conds => WHERE conditions * options => option array + * join_conds => JOIN conditions */ abstract function getQueryInfo(); -- 2.20.1