mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
"fix for some columns, which could not be switched off (eg. InfoLog category col), after the last fix"
This commit is contained in:
parent
7d92143b11
commit
8e5de9e041
@ -653,11 +653,7 @@ class nextmatch_widget
|
|||||||
{
|
{
|
||||||
$label = substr($label,-3) == '...' ? lang(substr($label,0,-3)) : lang($label);
|
$label = substr($label,-3) == '...' ? lang(substr($label,0,-3)) : lang($label);
|
||||||
|
|
||||||
if (!$sub)
|
if (empty($label) || strpos($cols[$col],$label) === false)
|
||||||
{
|
|
||||||
$cols[$widget['name']] = $label;
|
|
||||||
}
|
|
||||||
elseif (strpos($cols[$col],$label) === false)
|
|
||||||
{
|
{
|
||||||
$cols[$col] .= ($cols[$col] ? ', ' : '').$label;
|
$cols[$col] .= ($cols[$col] ? ', ' : '').$label;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user