Remove trailing ' on line 17

This commit is contained in:
Miles Lott 2001-03-01 03:15:51 +00:00
parent ebace1a65f
commit 8e067cc046

View File

@ -13,7 +13,7 @@
$phpgw_info['flags'] = array(
'currentapp' => 'admin',
'noheader' => True,'
'noheader' => True,
'nonavbar' => True,
'parent_page' => 'accounts.php'
);
@ -316,4 +316,4 @@
$phpgw->template->pfp('out','form');
$phpgw->common->phpgw_footer();
?>
?>