https://bugzilla.wikimedia.org/show_bug.cgi?id=35149
--- Comment #5 from Sam Reed (reedy) <[email protected]> 2012-03-11 15:11:23 UTC --- SELECT page_namespace AS namespace, page_title AS title, rev_timestamp AS value FROM page, revision WHERE page_namespace = 0 AND page_is_redirect = 0 and page_latest=rev_id; even -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
