This commit is contained in:
skeeter 2002-04-23 19:30:13 +00:00
parent 0bfe859bd4
commit b5daa8dadd

View File

@ -13,16 +13,13 @@
/* $Id$ */ /* $Id$ */
$phpgw_info['flags'] = array( $GLOBALS['phpgw_info']['flags'] = array(
'currentapp' => 'infolog', 'currentapp' => 'infolog',
'noheader' => True, 'noheader' => True,
'nonavbar' => True 'nonavbar' => True
); );
include('../header.inc.php'); include('../header.inc.php');
$obj = CreateObject('infolog.uiinfolog'); header('Location: '.$GLOBALS['phpgw']->link('/index.php','menuaction=infolog.uiinfolog.get_list'));
$QUERY_STRING = 'menuaction=infolog.uiinfolog.get_list'; // to make cats-selection work if called by index.php $GLOBALS['phpgw']->common->phpgw_exit();
$obj->get_list();
$phpgw->common->phpgw_footer();
?> ?>