Update docs in Pager.php for join_conds
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 31 Mar 2009 15:46:34 +0000 (15:46 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 31 Mar 2009 15:46:34 +0000 (15:46 +0000)
includes/Pager.php

index 8faec53..e3ba497 100644 (file)
@@ -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();