<?PHP

/*
* We have redefined the level 80 and 90 resolution constants as DEFERRED and REJECTED.
* They used to be SUSPENDED and WON'T FIX.  
* The corresponding texts displayed in user interface 
* are 'Deferred' and 'Rejected'
*/

define( 'DEFERRED', 80 );
define( 'REJECTED', 90 );

?>