Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-06
2001-09-06 12:50:14 by Per Hedbor <ph@opera.com>
bd86bddf4993bb9705462caba83548afe2270df6 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed [Bug
2204 (#2204)
]
Rev: server/base_server/configuration.pike:1.483
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
482
2001/09/
05
11
:
02
:
35
jonasw
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
483
2001/09/
06
12
:
50
:
14
per
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
2440:
return old_module; }
-
disable_module( modname );
+
disable_module( modname
,
1
);
+
destruct( old_module );
mi->update_with( nm,0 ); // This is sort of nessesary...
-
+
enable_module( modname, nm, mi ); foreach (old_error_log, [string msg, array(int) times])