From 0fa77633e1fa209f919df16b14786f7f2fbce071 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 29 May 2004 10:15:59 +0000 Subject: [PATCH] removed calls to not used block data_column --- preferences/inc/class.uicategories.inc.php | 3 --- 1 file changed, 3 deletions(-) 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