@ -20,7 +20,7 @@
/**
/**
* @package dokeos.main
* @package dokeos.main
* @author Patrick Cool < patrick.cool @ UGent . be > , Ghent University, Refactoring
* @author Patrick Cool < patrick.cool @ UGent . be > , Ghent University, Refactoring
* @version $Id: index.php 13119 2007-09-20 05:37:51 Z yannoo $
* @version $Id: index.php 13120 2007-09-20 05:51:07 Z yannoo $
* @todo check the different @todos in this page and really do them
* @todo check the different @todos in this page and really do them
* @todo check if the news management works as expected
* @todo check if the news management works as expected
*/
*/
@ -302,7 +302,7 @@ function logout()
$logout_function = $uinfo['auth_source'].'_logout';
$logout_function = $uinfo['auth_source'].'_logout';
if(function_exists($logout_function))
if(function_exists($logout_function))
{
{
$logout_function();
$logout_function($uinfo );
}
}
}
}
}
}