Hi mfischer!
On Sat, 18 Aug 2001, [EMAIL PROTECTED] wrote:
> ID: 12826
> Updated by: mfischer
> Reported By: [EMAIL PROTECTED]
> Status: Bogus
> Bug Type: Session related
> Operating System: Win2000 SP2
> PHP Version: 4.0.6
> New Comment:
>
> If you want to stick to a one-liner, you can use
>
- array_walk($foo,create_function('$e','session_unregister($i);'));
+ array_walk($foo,create_function('$e','session_unregister($e);'));
;)
anywayz
-- teodor
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]