[Phplib-trackers] [ phplib-Patches-484497 ] bug patched in page.inc
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2001-11-22 09:52:11
|
Patches item #484497, was opened at 2001-11-22 01:52 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=484497&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dieter Steinwedel (dsteinwe) Assigned to: Nobody/Anonymous (nobody) Summary: bug patched in page.inc Initial Comment: I've fixed the global vars using ... (changes are marked with "ds1" function page_close() { if (isset($feature["sess"])) global $sess; ## ds1: conditional global if (isset($feature["user"])) global $user; ## ds1: conditional global if (isset($sess)) { $sess->freeze(); if (isset($user)) { $user->freeze(); } } } ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403613&aid=484497&group_id=31885 |