Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2005-01-12
2005-01-12 14:37:27 by Martin Stjernholm <mast@lysator.liu.se>
ae57c1e9b3e8792bcfa5228e121d529914afd646 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed a small typo.
Rev: server/base_server/configuration.pike:1.587
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
586
2005/01/
05
11
:
11
:
16
jonasw
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
587
2005/01/
12
14
:
37
:
27
mast
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
3167:
me->defvar("_priority", 5, DLOCALE(12, "Priority"), TYPE_INT_LIST, DLOCALE(13, "The priority of the module. 9 is highest and 0 is lowest." " Modules with the same priority can be assumed to be "
-
"called in random order"),
+
"called in random order
.
"),
({0, 1, 2, 3, 4, 5, 6, 7, 8, 9})); }) { roxen->bootstrap_info->set (0);