mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Adjust formatting - no functional change
This commit is contained in:
parent
73627d234d
commit
7b43c53132
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user