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
|