/horde/lib/Prefs.php

Bill Neely listman@gct21.net
Fri, 22 Jun 2001 21:46:55 -0700


I believe there is a typo in horde/lib/Prefs.php (todays CVS)

Line reads:
if (!session_is_registered('prefs_cache')) {

shouldn't it read:
if (session_is_registered('prefs_cache')) {

The first version causes error message to spill on login page when logour 
button is pressed in mailbox.
-- 
Bill