mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:49:06 +01:00
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 ) {
|
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");
|
$noprefs=lang("Please set your preferences for this app");
|
||||||
}
|
}
|
||||||
$qcols = $columns_to_display;# + array("access");
|
$qcols = $columns_to_display;# + array("access");
|
||||||
|
Loading…
Reference in New Issue
Block a user