X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateCollation.php;h=342ffbad65426a3eca436a62669e0ee612e85d5e;hb=3e8c0191a3d2b3a94cd88ec4117381a5cddfb955;hp=19c1d24c7948a9858310a2bcc3dd5182ff90c150;hpb=ab2d63b53ed29c44e4917125555af3dc2eb9964e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index 19c1d24c79..342ffbad65 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -219,6 +219,9 @@ TEXT; /** * Return an SQL expression selecting rows which sort above the given row, * assuming an ordering of cl_to, cl_type, cl_from + * @param stdClass $row + * @param DatabaseBase $dbw + * @return string */ function getBatchCondition( $row, $dbw ) { $fields = array( 'cl_to', 'cl_type', 'cl_from' );