From: Tim Starling Date: Wed, 30 Dec 2009 06:44:52 +0000 (+0000) Subject: Remove unprefixed constant "CASCADE" due to risk of conflicts. It was added in r19097... X-Git-Tag: 1.31.0-rc.0~38457 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=6c02c03606f849809fcc5ff405551119151ba01e;p=lhc%2Fweb%2Fwiklou.git Remove unprefixed constant "CASCADE" due to risk of conflicts. It was added in r19097 but apparently was never used. --- diff --git a/includes/Title.php b/includes/Title.php index d0fee24988..7c4f91170b 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -10,12 +10,6 @@ if ( !class_exists( 'UtfNormal' ) ) { define ( 'GAID_FOR_UPDATE', 1 ); - -/** - * Constants for pr_cascade bitfield - */ -define( 'CASCADE', 1 ); - /** * Represents a title within MediaWiki. * Optionally may contain an interwiki designation or namespace.