Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-20
2001-08-20 05:58:38 by Per Hedbor <ph@opera.com>
040f88407c0f2f1070230761d372dafc8e1f314c (
13
lines) (+
6
/-
7
)
[
Show
|
Annotate
]
Branch:
5.2
Support 'modules' without error logs
Rev: server/base_server/roxen.pike:1.700
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
699
2001/08/
17
19
:
24
:
53
nilsson
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
700
2001/08/
20
05
:
58
:
38
per
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
1931:
if( mod ) {
-
if(
!
mod->error_log )
-
mod->error_log = ([]);
+
if( mod->error_log )
mod->error_log[log_index] += ({ log_time }); } if( conf ) {
-
if(
!
conf->error_log )
-
conf->error_log = ([]);
+
if( conf->error_log )
conf->error_log[log_index] += ({ log_time }); }