Adjust formatting - no functional change

This commit is contained in:
Miles Lott 2001-03-08 12:18:12 +00:00
parent 73627d234d
commit 7b43c53132

View File

@ -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='<a href="mailto:'.$coldata.'">';
}
$data=$coldata."</a>";
} else { // But these do not
} else { // But these do not
$ref=""; $data=$coldata;
}
$t->set_var(col_data,$ref.$data);