diff --git a/addressbook/index.php b/addressbook/index.php index cea328fc82..28d0dddd3e 100755 --- a/addressbook/index.php +++ b/addressbook/index.php @@ -80,8 +80,8 @@ ); $noprefs=lang("Please set your preferences for this app"); } - $qcols = $columns_to_display;# + array("access"); - + $qcols = $columns_to_display; + // read the entry list if (!$userid) { $userid = $phpgw_info["user"]["account_id"]; } $entries = addressbook_read_entries($start,$offset,$qcols,$query,$filter,$sort,$order,$userid); @@ -154,7 +154,7 @@ $ref=''; } $data=$coldata.""; - } else { // But these do not + } else { // But these do not $ref=""; $data=$coldata; } $t->set_var(col_data,$ref.$data);