Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-02
2000-11-02 17:20:08 by Per Hedbor <ph@opera.com>
8c6fbe7058e64b516f7acdb1b9659778e10981fb (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Support <set variable=form.foo ... /> again.. :-)
Rev: server/etc/modules/Roxen.pmod:1.47
1:
/*
-
* $Id: Roxen.pmod,v 1.
46
2000/11/02 17:
10
:
23
per Exp $
+
* $Id: Roxen.pmod,v 1.
47
2000/11/02 17:
20
:
08
per Exp $
* * Various helper functions. *
1141:
} }
+
mixed `[]=( string index, mixed newval )
+
{
+
variables[ index ] = newval;
+
}
+
mixed `[]( string what ) { mixed q = variables[ what ];