mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
removed calls to not used block data_column
This commit is contained in:
parent
200b99cd9f
commit
0fa77633e1
@ -132,9 +132,7 @@
|
||||
|
||||
$GLOBALS['phpgw']->template->set_file(array(
|
||||
'cat_list_t' => 'listcats.tpl',
|
||||
'data_column' => 'listcats.tpl'
|
||||
));
|
||||
$GLOBALS['phpgw']->template->set_block('cat_list_t','data_column','column');
|
||||
$GLOBALS['phpgw']->template->set_block('cat_list_t','cat_list','list');
|
||||
|
||||
$this->set_langs();
|
||||
@ -178,7 +176,6 @@
|
||||
for($i=0;$i<count($edata);$i++)
|
||||
{
|
||||
$GLOBALS['phpgw']->template->set_var('sort_data','<td class="th">' . lang($edata[$i]) . '</td>');
|
||||
$GLOBALS['phpgw']->template->fp('column','data_column',True);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user