https://bugzilla.wikimedia.org/show_bug.cgi?id=66463

--- Comment #1 from Kunal Mehta (Legoktm) <legoktm.wikipe...@gmail.com> ---
Cleaner code paste:

$dbr->makeList( array(
    'page_title' => $dbr->buildLike( $oldusername->getDBkey() . '/',
$dbr->anyString() ),
    'page_title' => $oldusername->getDBkey()
    ),
    LIST_OR
)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to