Remove an echo <tr> from non-template days

This commit is contained in:
Miles Lott 2001-04-06 02:14:07 +00:00
parent 1e45789497
commit 2e73c366fc

View File

@ -12,9 +12,11 @@
/* $Id$ */ /* $Id$ */
$phpgw_info["flags"] = array( $phpgw_info["flags"] = array(
"currentapp" => "addressbook",
"noheader" => True, "noheader" => True,
"nonavbar" => True, "nonavbar" => True,
"currentapp" => "addressbook", 'noappheader' => True,
'noappfooter' => True,
"enable_contacts_class" => True, "enable_contacts_class" => True,
"enable_nextmatchs_class" => True "enable_nextmatchs_class" => True
); );
@ -99,7 +101,6 @@
$i = 0; $j = 0; $i = 0; $j = 0;
$tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color); $tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color);
echo "<tr bgcolor=\"" . $tr_color . "\">\n";
while (list($col, $descr) = each($qfields)) while (list($col, $descr) = each($qfields))
{ {