mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
Fix field name display
This commit is contained in:
parent
8e2baeb263
commit
4df94e35d2
@ -39,7 +39,7 @@
|
|||||||
if (isset($phpgw_info["user"]["preferences"]["addressbook"][$column[0]]) &&
|
if (isset($phpgw_info["user"]["preferences"]["addressbook"][$column[0]]) &&
|
||||||
$phpgw_info["user"]["preferences"]["addressbook"][$column[0]]) {
|
$phpgw_info["user"]["preferences"]["addressbook"][$column[0]]) {
|
||||||
$columns_to_display[$column[0]] = True;
|
$columns_to_display[$column[0]] = True;
|
||||||
$colname[$column[0]] = $column[1];
|
$colname[$column[0]] = $column[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user