Remove superfluous footer activity

This commit is contained in:
Miles Lott 2001-09-17 22:30:14 +00:00
parent fa7f0a9f88
commit 344e9f8c53

View File

@ -355,8 +355,6 @@
$GLOBALS['phpgw']->template->set_var('no','<a href="' . $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.get_list') . '">' . lang('No') . '</a>');
$GLOBALS['phpgw']->template->set_var('yes','<a href="' . $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.delete&app_name=' . urlencode($app_name) . "&confirm=True") . '">' . lang('Yes') . '</a>');
$GLOBALS['phpgw']->template->pparse('out','body');
$GLOBALS['phpgw']->common->phpgw_footer();
}
}
?>