From 7b43c53132aade8d99950c6d7162ddee2aaa9053 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 8 Mar 2001 12:18:12 +0000 Subject: [PATCH] Adjust formatting - no functional change --- addressbook/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);