includes/constants.php
changeset 526 b2fb50d572c7
parent 513 c15fbf197a54
child 536 218a627eb53e
--- 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