fixed heading for extra data in categories (nobody uses this but I will with phpbrain)

This commit is contained in:
alpeb 2004-04-30 00:27:17 +00:00
parent e9aefa3ed5
commit 57119ecae7

View File

@ -161,7 +161,7 @@
{
for($i=0;$i<count($edata);$i++)
{
$GLOBALS['phpgw']->template->set_var('th_data','<td bgcolor="' . $GLOBALS['phpgw_info']['theme']['th_bg'] . '">' . lang($edata[$i]) . '</td>');
$GLOBALS['phpgw']->template->set_var('sort_data','<td bgcolor="' . $GLOBALS['phpgw_info']['theme']['th_bg'] . '">' . lang($edata[$i]) . '</td>');
$GLOBALS['phpgw']->template->fp('column','data_column',True);
}
}