"Catrope" posted a comment on Wikimedia.r1007. URL: http://www.mediawiki.org/wiki/Special:Code/Wikimedia/1007#c28826
Commit summary for Wikimedia.r1007: Updated delete(), update() and insert() with debugging and documenation. Catrope's comment: I guess I'm late to this party, but for future reference, something like this would also work: <pre> $where = implode( ' AND ', (array)$where ); </pre> _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
