[dev] [cvs] commit: horde/admin sessions.php
    Kevin M. Myer 
    kevin_myer at iu13.org
       
    Tue Nov  8 06:29:28 PST 2005
    
    
  
Quoting Marko Djukic <mdjukic at horde.org>:
> mdjukic     2005-11-08 03:46:22 PST
>
>  Modified files:
>    admin                sessions.php
>  Log:
>  silence some errors
>
@@ -20,6 +20,8 @@ if (!Auth::isAdmin()) {
$type = !empty($conf['sessionhandler']['type']) ? 
$conf['sessionhandler']['type'] : 'none';
if ($type == 'external') {
     $notification->push(_("Can't administer external session 
handlers."), 'horde.error');
+} elseif ($type == 'none') {
+    $notification->push(_("No session handler configured."), 'horde.error');
} else {
     $sh = &SessionHandler::singleton($type);
}
A session type of "none" means use the builtin PHP file sessions, no?  
So a notification that "No session handler configured" is wrong..
Kevin
-- 
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13  http://www.iu13.org
    
    
More information about the dev
mailing list