Branch: Tag:

2000-11-02

2000-11-02 17:20:08 by Per Hedbor <ph@opera.com>

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 ];