Matthew,
I've also reported the same thing to the devel list and suggested the same
fix.
James, have you had a chance to look at this yet?
Kon
> -----Original Message-----
> From: php...@li...
> [mailto:php...@li...]On Behalf Of Matthew
> Gregg
> Sent: Thursday, March 28, 2002 2:00 PM
> To: php...@li...
> Subject: [phpesp-dev] Small Bug and Fix
>
>
> In test.inc, current cvs, it looks like ['ESPCONFIG']['ME'] is not being
> restored correctly here:
> $tmp = $ESPCONFIG['ME'];
> $HTTP_SERVER_VARS['PHP_SELF'] = $ESPCONFIG['ME'].'?where=test';
> include($ESPCONFIG['handler']);
> /* restore stuff after the handler does it's job */
> $ESPCONFIG['ME'] = $tmp;
>
> Something strange happens to $tmp. I tried renaming $tmp to $tmptest and
> it seemed to fix the problem.
>
> To see this bug, test a survey and click on the "View Results" or the "Go
> back to Management Interface" link.
>
> one of the friendly folks in the IT Lab.
> --------------------------------------\
> The IT Lab (http://www.itlab.musc.edu) \____________________
> Probably the world's premier software development center.
> Serving: Programming, Tools, Ice Cream, Seminars
>
> _______________________________________________
> phpESP-devel mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpesp-devel
>
|