XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
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
26
define('
XOOPS_COMMENT_APPROVENONE
', 0);
27
define('
XOOPS_COMMENT_APPROVEALL
', 1);
28
define('
XOOPS_COMMENT_APPROVEUSER
', 2);
29
define('
XOOPS_COMMENT_APPROVEADMIN
', 3);
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
?>
L:
0xoops
xoops-2.5.6
htdocs
include
comment_constants.php
Generated on Fri May 10 2013 01:04:26 for XOOPS 2.5.6 by
1.8.3.1