From: Roan Kattouw Date: Tue, 31 Mar 2009 15:46:34 +0000 (+0000) Subject: Update docs in Pager.php for join_conds X-Git-Tag: 1.31.0-rc.0~42259 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=4e96c0efad7f78429e0d5f0586145dfe31e8930d;p=lhc%2Fweb%2Fwiklou.git Update docs in Pager.php for join_conds --- 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();