update function msgbox

This commit is contained in:
ceb 2002-10-18 21:45:03 +00:00
parent 06673305c4
commit 10169aa55e

View File

@ -1064,8 +1064,8 @@ if (!@is_file(PHPGW_SERVER_ROOT . '/phpgwapi/templates/' . $GLOBALS['phpgw_info'
}
$GLOBALS['phpgw']->translation->translator_helper = $prev_helper;
$GLOBALS['phpgw']->xslttpl->set_var('msgbox',$data);
return $GLOBALS['phpgw']->xslttpl->parse();
}