solved bug, that cat-changes if done after an initial call of infolog (/infolog/index.php) forward one to home.php, because no menuaction in the QUERY_STRING

This commit is contained in:
Ralf Becker 2001-07-26 11:06:07 +00:00
parent ee16c4f270
commit 3fcccb057b

View File

@ -21,6 +21,7 @@
include('../header.inc.php');
$obj = CreateObject('infolog.uiinfolog');
$QUERY_STRING = 'menuaction=infolog.uiinfolog.get_list'; // to make cats-selection work if called by index.php
$obj->get_list();
$phpgw->common->phpgw_footer();