XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
comment_constants.php
Go to the documentation of this file.
1 <?php
20 defined('XOOPS_ROOT_PATH') or die('Restricted access');
21 
30 define('XOOPS_COMMENT_PENDING', 1);
31 define('XOOPS_COMMENT_ACTIVE', 2);
32 define('XOOPS_COMMENT_HIDDEN', 3);
33 define('XOOPS_COMMENT_OLD1ST', 0);
34 define('XOOPS_COMMENT_NEW1ST', 1);
35 ?>