I don't have CVS write access, so I'm sending the diff here:
--- /usr/local/r2/binarycloud/base/core/Sess.php Tue Sep 4 15:24:12
2001
+++ Sess.php Wed Sep 5 12:46:04 2001
@@ -164,7 +164,7 @@
function SetVar($_name, $_value, $_register = true) {
global $HTTP_SESSION_VARS;
- if (!$this->CheckRegistered($_name) && $register != false){
+ if (!$this->CheckRegistered($_name) && $_register != false){
$this->Register($_name);
}
$oldValue = $HTTP_SESSION_VARS[$_name];
|