Skip to content

Eliminate the UniteTheWikis script and function from the project #54

@pppery

Description

@pppery

$dbr = wfGetDB( DB_SLAVE );

		$dbr = wfGetDB( DB_SLAVE );

The DB_SLAVEconstant was removed in MediaWiki 1.34. I assume this script is obsolete and should be deleted, but if not it needs to be updated.

wfGetDB is also (much more recently) deprecated, as is DB_MASTER above, but those haven't been removed yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Abandoned FeatureAn issue tied to functionality that needs to be thoughtfully eliminated rather than fixed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions