accidently left forced frames mode

This commit is contained in:
seek3r 2002-05-30 21:14:29 +00:00
parent eb0b6aaf30
commit 03a64409f8

View File

@ -394,7 +394,7 @@
{
define('PHPGW_FRAME_PART','start');
}
$GLOBALS['phpgw_info']['server']['useframes'] = 'always';
//$GLOBALS['phpgw_info']['server']['useframes'] = 'always';
if(((isset($GLOBALS['phpgw_info']['user']['preferences']['common']['useframes']) &&
$GLOBALS['phpgw_info']['user']['preferences']['common']['useframes'] &&
$GLOBALS['phpgw_info']['server']['useframes'] == 'allowed') ||