I think this is nothing more than a formatting change.

This commit is contained in:
skeeter 2002-01-05 02:24:10 +00:00
parent aedfeaca55
commit 10077bcb4c

View File

@ -3,5 +3,5 @@
{
$GLOBALS['phpgw_info']['server']['sessions_type'] = 'db';
}
include(PHPGW_API_INC.'/class.sessions_'.$GLOBALS['phpgw_info']['server']['sessions_type'].'.inc.php');
include(PHPGW_API_INC.'/class.sessions_'.$GLOBALS['phpgw_info']['server']['sessions_type'].'.inc.php');
?>