Go to the source code of this file.
Variables | |
$dbr = wfGetDB( DB_SLAVE ) | |
$res = $dbr->select( 'interwiki', array( 'iw_prefix' ), false ) | |
$prefixes = array() | |
while($row=$dbr->fetchObject($res)) foreach($wgLocalDatabases as $db) print | n |
Definition in file clear_interwiki_cache.php.
$dbr = wfGetDB( DB_SLAVE ) |
Definition at line 13 of file clear_interwiki_cache.php.
$prefixes = array() |
Definition at line 15 of file clear_interwiki_cache.php.
Referenced by NamespaceConflictChecker::getInterwikiList(), and BacklinkCache::getPrefix().
$res = $dbr->select( 'interwiki', array( 'iw_prefix' ), false ) |
Definition at line 14 of file clear_interwiki_cache.php.
Definition at line 20 of file clear_interwiki_cache.php.