X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefines.php;h=b8a0ec04c7a1eaaf0283255b19e83476fe82b0ba;hb=a6a6d55c5397153054fda3aedc570b9d3e31110e;hp=d55bbcf819267d9d8fd43d0f515bcaeb2ed322b5;hpb=0373da7eb32dbc14daaf095183a52f42a4c409b1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index d55bbcf819..b8a0ec04c7 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -33,7 +33,7 @@ define( 'DBO_IGNORE', 4 ); define( 'DBO_TRX', 8 ); // automatically start transaction on first query define( 'DBO_DEFAULT', 16 ); define( 'DBO_PERSISTENT', 32 ); -define( 'DBO_SYSDBA', 64 ); //for oracle maintenance +define( 'DBO_SYSDBA', 64 ); // for oracle maintenance define( 'DBO_DDLMODE', 128 ); // when using schema files: mostly for Oracle define( 'DBO_SSL', 256 ); define( 'DBO_COMPRESS', 512 ); @@ -135,10 +135,10 @@ define( 'MEDIATYPE_ARCHIVE', 'ARCHIVE' ); /**@{ * Antivirus result codes, for use in $wgAntivirusSetup. */ -define( 'AV_NO_VIRUS', 0 ); #scan ok, no virus found -define( 'AV_VIRUS_FOUND', 1 ); #virus found! -define( 'AV_SCAN_ABORTED', -1 ); #scan aborted, the file is probably immune -define( 'AV_SCAN_FAILED', false ); #scan failed (scanner not found or error in scanner) +define( 'AV_NO_VIRUS', 0 ); # scan ok, no virus found +define( 'AV_VIRUS_FOUND', 1 ); # virus found! +define( 'AV_SCAN_ABORTED', -1 ); # scan aborted, the file is probably immune +define( 'AV_SCAN_FAILED', false ); # scan failed (scanner not found or error in scanner) /**@}*/ /**@{ @@ -170,6 +170,7 @@ define( 'RC_EDIT', 0 ); define( 'RC_NEW', 1 ); define( 'RC_LOG', 3 ); define( 'RC_EXTERNAL', 5 ); +define( 'RC_CATEGORIZE', 6 ); /**@}*/ /**@{