Hi again!
>
> This line isn't working any more in b8:
>
> <td colspan=3><a href="[+ local $escmode=0; $ENV{'REQUEST_URI'}
> +]&expandadmin=1">Expand Administrativa</a></td>
>
> WHY?
>

Because it should have also not work in any Embperl 2 version before, but
did by accident. The reason is that it was much slower before. Anything
inside [+ +] must be a valid Perl expression (there was a bug before b8, so
this wasn*'t necessary inside URLs before). To get your code working write


<td colspan=3><a href="[+ do { local $escmode=0; $ENV{'REQUEST_URI'} }
 +]&expandadmin=1">Expand Administrativa</a></td>

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to