Roxen.git/
server/
base_server/
module.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-04
2001-01-04 07:30:37 by Martin Nilsson <mani@lysator.liu.se>
60b81c4bd51a4cc4fc279226248ec8962fd6a535 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Keep tag_* and container_* magic as 1.4 compatibility.
Rev: server/base_server/module.pike:1.103
1:
// This file is part of Roxen Webserver. // Copyright © 1996 - 2000, Roxen IS.
-
// $Id: module.pike,v 1.
102
2000
/
12
/
05
00
:
38
:
57
nilsson Exp $
+
// $Id: module.pike,v 1.
103
2001
/
01
/
04
07
:
30
:
37
nilsson Exp $
#include <module_constants.h> #include <module.h>
456:
return _api_functions; }
+
#if ROXEN_COMPAT <= 1.4
mapping(string:function) query_tag_callers() //! Compat {
475:
m[replace(q[10..], "_", "-")] = this_object()[q]; return m; }
+
#endif
mapping(string:array(int|function)) query_simpletag_callers() {