Roxen.git/
server/
modules/
tags/
rxmltags.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-13
2000-03-13 02:40:42 by Martin Nilsson <mani@lysator.liu.se>
7efc1d35cc61bba56130348f9adab78731cb31d5 (
8
lines) (+
4
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Fixing a minor <for> issue.
Rev: server/modules/tags/rxmltags.pike:1.95
7:
#define _rettext id->misc->defines[" _rettext"] #define _ok id->misc->defines[" _ok"]
-
constant cvs_version="$Id: rxmltags.pike,v 1.
94
2000/03/
10
04
:
20
:
30
nilsson Exp $";
+
constant cvs_version="$Id: rxmltags.pike,v 1.
95
2000/03/
13
02
:
40
:
42
nilsson Exp $";
constant thread_safe=1; constant language = roxen->language;
935:
return count<=to; }
-
/* FIXME
+
array do_return(RequestID id) {
-
RXML.user_set_var(args->variable, count-step, args->scope);
+
if(args->variable)
RXML.user_set_var(args->variable, count-step, args->scope);
+
result=content;
return 0; }
-
*/
+
} }