X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefines.php;h=9a6950e08104c0c3728a9414c97461d18e1414f9;hb=cc8439be9d7760104c640e861a4226678032694b;hp=1c06ad0d780e6bd1eb21258d8af0e994d0c158c4;hpb=9dfb45cc7c6ab53b55a484233795e7451cbee680;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index 1c06ad0d78..9a6950e081 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -170,6 +170,7 @@ define( 'RC_EDIT', 0 ); define( 'RC_NEW', 1 ); define( 'RC_LOG', 3 ); define( 'RC_EXTERNAL', 5 ); +define( 'RC_CATEGORIZE', 6 ); /**@}*/ /**@{ @@ -180,7 +181,7 @@ define( 'EDIT_UPDATE', 2 ); define( 'EDIT_MINOR', 4 ); define( 'EDIT_SUPPRESS_RC', 8 ); define( 'EDIT_FORCE_BOT', 16 ); -define( 'EDIT_DEFER_UPDATES', 32 ); +define( 'EDIT_DEFER_UPDATES', 32 ); // Unused since 1.27 define( 'EDIT_AUTOSUMMARY', 64 ); /**@}*/