XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
notification_constants.php
Go to the documentation of this file.
1
<?php
20
defined(
'XOOPS_ROOT_PATH'
) or die('Restricted access');
21
22
define('
XOOPS_NOTIFICATION_MODE_SENDALWAYS
', 0);
23
define('
XOOPS_NOTIFICATION_MODE_SENDONCETHENDELETE
', 1);
24
define('
XOOPS_NOTIFICATION_MODE_SENDONCETHENWAIT
', 2);
25
define('
XOOPS_NOTIFICATION_MODE_WAITFORLOGIN
', 3);
26
27
define('
XOOPS_NOTIFICATION_METHOD_DISABLE
', 0);
28
define('
XOOPS_NOTIFICATION_METHOD_PM
', 1);
29
define('
XOOPS_NOTIFICATION_METHOD_EMAIL
', 2);
30
31
define('
XOOPS_NOTIFICATION_DISABLE
', 0);
32
define('
XOOPS_NOTIFICATION_ENABLEBLOCK
', 1);
33
define('
XOOPS_NOTIFICATION_ENABLEINLINE
', 2);
34
define('
XOOPS_NOTIFICATION_ENABLEBOTH
', 3);
35
36
?>
L:
0xoops
xoops-2.5.6
htdocs
include
notification_constants.php
Generated on Fri May 10 2013 01:04:26 for XOOPS 2.5.6 by
1.8.3.1