X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=blobdiff_plain;f=includes%2Fpager%2FIndexPager.php;h=a96ca8731631857991fa5aa1171930f898d76ef0;hb=efa0d7af44326489052468b8f65b54f4b61298c3;hp=393644fc9d8b725839bf6d3bc658bbfe22a0b935;hpb=40a628a501fc05bb00e834fe359ca4061925f320;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/pager/IndexPager.php b/includes/pager/IndexPager.php index 393644fc9d..a96ca87316 100644 --- a/includes/pager/IndexPager.php +++ b/includes/pager/IndexPager.php @@ -700,8 +700,8 @@ abstract class IndexPager extends ContextSource implements Pager { * not be used in the pager offset or in any links for users. * * If getIndexField() returns an array of 'querykey' => 'indexfield' pairs then - * this must return a corresponding array of 'querykey' => array( fields...) pairs - * in order for a request with &count=querykey to use array( fields...) to sort. + * this must return a corresponding array of 'querykey' => [ fields... ] pairs + * in order for a request with &count=querykey to use [ fields... ] to sort. * * This is useful for pagers that GROUP BY a unique column (say page_id) * and ORDER BY another (say page_len). Using GROUP BY and ORDER BY both on