diff -r 3f2dfdb99be4 -r b2fb50d572c7 includes/constants.php --- a/includes/constants.php Tue Apr 08 20:32:30 2008 -0400 +++ b/includes/constants.php Wed Apr 09 19:27:02 2008 -0400 @@ -87,6 +87,11 @@ define('PM_TRASH', 32); define('PM_DELIVERED', 64); +// Plugin status +define('PLUGIN_INSTALLED', 1); +define('PLUGIN_DISABLED', 2); +define('PLUGIN_OUTOFDATE', 4); + // Other stuff 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