Roxen.git/
server/
modules/
tags/
wizard_tag.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-18
1998-08-18 13:31:54 by Marcus Wellhardh <wellhard@roxen.com>
876f8f61470579c3b09d4b0b188b55199538e804 (
10
lines) (+
2
/-
8
)
[
Show
|
Annotate
]
Branch:
5.2
Removed superflous code.
Rev: server/modules/tags/wizard_tag.pike:1.15
3:
* made by Per Hedbor */
-
constant cvs_version = "$Id: wizard_tag.pike,v 1.
14
1998/08/
17
04
:
24
:
00
peter
Exp $";
+
constant cvs_version = "$Id: wizard_tag.pike,v 1.
15
1998/08/
18
13
:
31
:
54
wellhard
Exp $";
constant thread_safe=1; #include <module.h> inherit "module";
101:
"done":internal_done ]), (int)id->misc->line,f); if (f->done && !args->ok) {
-
#if __VERSION__ >= 0.6
-
pike += sprintf("mixed wizard_done(object id)\n"
-
"{\n"
-
" return parse_rxml(%O, id);\n"
-
"}\n", f->done);
-
#else
+
pike += ("mixed wizard_done(object id)\n" "{\n" " return parse_rxml(\""+replace(f->done,
114:
({"\\\"", "\\n", "\\r", "\\\\"}))+ "\",id);\n" "}\n");
-
#endif /* __VERSION__ >= 0.6 */
+
} foreach(f->pages, array q) {