Simplify array( 'page_id IN (' . $dbw->makeList( $batch ) . ')' ), to array( 'page_id...
authorSam Reed <reedy@users.mediawiki.org>
Mon, 19 Sep 2011 18:46:57 +0000 (18:46 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 19 Sep 2011 18:46:57 +0000 (18:46 +0000)
commit40fa861e62b828878499af667cfcd7c778948089
treec16b2a8494fcfbc13a31d3aabb119ed0d25882bf
parent35d5bbc9f704945989684f40f3a11d7627928b1c
Simplify array( 'page_id IN (' . $dbw->makeList( $batch ) . ')' ), to array( 'page_id' => $batch ),
includes/cache/HTMLCacheUpdate.php