Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-04-20
2004-04-20 15:29:42 by Martin Stjernholm <mast@lysator.liu.se>
8b815d80ff48afc33949a62cd18dbfac23dd60bc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/base_server/configuration.pike:1.559
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
558
2004/04/20
14
:
07
:
49
grubba
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
559
2004/04/20
15
:
29
:
42
mast
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
1832:
PROF_ENTER(Roxen.get_owning_module(tmp)->module_name,"filter"); if(res2=tmp(res,id)) {
-
if(
mappinp
(res) && res->file && (res2->file != res->file))
+
if(
mappingp
(res) && res->file && (res2->file != res->file))
destruct(res->file); TRACE_LEAVE("Rewrote result."); res=res2;