forked from extern/egroupware
Fix setting of fields when no preferences are set (thanks, patrick)
This commit is contained in:
parent
b2a4c580f1
commit
2df1e99322
@ -73,7 +73,11 @@
|
||||
}
|
||||
|
||||
if (!$columns_to_display ) {
|
||||
$columns_to_display = array("n_given","n_family","org_name");
|
||||
$columns_to_display = array(
|
||||
"n_given" => "n_given",
|
||||
"n_family" => "n_family",
|
||||
"org_name" => "org_name"
|
||||
);
|
||||
$noprefs=lang("Please set your preferences for this app");
|
||||
}
|
||||
$qcols = $columns_to_display;# + array("access");
|
||||
|
Loading…
Reference in New Issue
Block a user