From 0a33ad8eae972f1ffab2caf2b23245bbebceb5f1 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 3 Jun 2013 22:43:03 +0000 Subject: [PATCH] Move select options for type to top level so et2 can find them --- addressbook/inc/class.addressbook_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 744af54052..fdcd66cddc 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -309,7 +309,7 @@ class addressbook_ui extends addressbook_bo $content['nm']['header_right'] = 'addressbook.index.right_addplus'; foreach($this->content_types as $tid => $data) { - $sel_options['col_filter[tid]'][$tid] = $data['name']; + $sel_options['tid'][$tid] = $data['name']; } } // get the availible org-views plus the label of the contacts view of one org