diff --git a/preferences/inc/class.uicategories.inc.php b/preferences/inc/class.uicategories.inc.php index b40cfa3f94..9ed51a00bb 100644 --- a/preferences/inc/class.uicategories.inc.php +++ b/preferences/inc/class.uicategories.inc.php @@ -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;$itemplate->set_var('sort_data','' . lang($edata[$i]) . ''); - $GLOBALS['phpgw']->template->fp('column','data_column',True); } } else