[dev] IMP CVS HEAD problem
Eric Rostetter
eric.rostetter@physics.utexas.edu
Mon, 8 Jul 2002 20:58:40 -0500
Just updated to all the changes to CVS HEAD and nothing works. :)
I think the correct patch is below, but I'm hesitent to commit anything...
Index: lib/Registry.php
===================================================================
RCS file: /repository/horde/lib/Registry.php,v
retrieving revision 1.96
diff -u -r1.96 Registry.php
--- lib/Registry.php 8 Jul 2002 22:31:37 -0000 1.96
+++ lib/Registry.php 9 Jul 2002 01:55:52 -0000
@@ -457,7 +457,7 @@
$session_started = true;
session_set_cookie_params($conf['session']['timeout'],
$conf['cookie']['path'], $conf['cookie']['domain']);
session_cache_limiter($conf['session']['cache_limiter']);
- session_name(urlencode($conf['session']['name']));
+ session_name(urlencode($conf['session_name']));
@session_start();
}
(I also got it working with changing conf.php, so I'm not sure which fix
is the intended fix, so I'll leave that to others).
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
"TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
to a brand, platform, product line, or programming language. It's relatively
harmless among the rank and file, but when management is afflicted the damage
can be measured in dollars. It's also contagious -- someone with sufficient
political clout can infect an entire organization."
--"Enterprise Strategies" columnist Tom Yager.