From 915bef996e61a3e464f84f228f345bd11182fcf0 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 16 Feb 2010 17:32:15 +0000 Subject: [PATCH] removed obsolete host list from upload --- lam/lib/modules/account.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lam/lib/modules/account.inc b/lam/lib/modules/account.inc index 1047c1bf..03b59425 100644 --- a/lam/lib/modules/account.inc +++ b/lam/lib/modules/account.inc @@ -101,13 +101,6 @@ class account extends baseModule { ) ); // upload columns - if ($this->get_scope() == 'user') { - $return['upload_columns'][] = array( - 'name' => 'account_hosts', - 'description' => _('Host list'), - 'help' => 'host' - ); - } $return['upload_columns'][] = array( 'name' => 'account_description', 'description' => _('Description'),