On Tue, Jun 25, 2002 at 03:28:33PM +0200, Alexander Hartmaier wrote: > 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>
Write <a href="[+ do { local $escmode=0; $ENV{'REQUEST_URI'} } +]&expandadmin=1"> > WHY? Perfomance reasons. This is the following fix mention in Gerald's announcement: - removed do { } around expressions of [+ +] blocks inside urls, because this cost performance and now all [+ +] behaves the same. Reported by Michael Smith. Regards, Axel Beckert -- ------------------------------------------------------------- Axel Beckert 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 926530 WWW: http://www.ecos.de/ Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]