includes/constants.php
changeset 526 b2fb50d572c7
parent 513 c15fbf197a54
child 536 218a627eb53e
equal deleted inserted replaced
525:3f2dfdb99be4 526:b2fb50d572c7
    84 define('PM_SENT', 4);
    84 define('PM_SENT', 4);
    85 define('PM_DRAFT', 8);
    85 define('PM_DRAFT', 8);
    86 define('PM_ARCHIVE', 16);
    86 define('PM_ARCHIVE', 16);
    87 define('PM_TRASH', 32);
    87 define('PM_TRASH', 32);
    88 define('PM_DELIVERED', 64);
    88 define('PM_DELIVERED', 64);
       
    89 
       
    90 // Plugin status
       
    91 define('PLUGIN_INSTALLED', 1);
       
    92 define('PLUGIN_DISABLED', 2);
       
    93 define('PLUGIN_OUTOFDATE', 4);
    89 
    94 
    90 // Other stuff
    95 // Other stuff
    91 
    96 
    92 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights
    97 define('MAX_PMS_PER_BATCH', 7); // The maximum number of users that users can send PMs to in one go; restriction does not apply to users with mod_misc rights
    93 define('SEARCH_RESULTS_PER_PAGE', 10);
    98 define('SEARCH_RESULTS_PER_PAGE', 10);