includes/constants.php
changeset 825 9d5c04c1414f
parent 801 eb8b23f11744
child 832 7152ca0a0ce9
--- a/includes/constants.php	Sat Jan 17 15:16:36 2009 -0500
+++ b/includes/constants.php	Sun Jan 25 21:18:05 2009 -0500
@@ -67,6 +67,11 @@
 define('PAGE_GRP_NORMAL', 3);
 define('PAGE_GRP_REGEX', 4);
 
+// Comment types
+define('COMMENT_APPROVED', 1);
+define('COMMENT_UNAPPROVED', 0);
+define('COMMENT_SPAM', 2);
+
 // Session key types
 // Short keys last for getConfig('session_short_time', '720'); in minutes and auto-renew.
 // Long keys last for getConfig('session_remember_time', '30'); in days and do NOT auto-renew.