From 3fcccb057ba82e999d917cc228f25e6a5d9659a0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 26 Jul 2001 11:06:07 +0000 Subject: [PATCH] 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 --- infolog/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/infolog/index.php b/infolog/index.php index b106c3efdd..4eff5b74ff 100644 --- a/infolog/index.php +++ b/infolog/index.php @@ -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();