mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
re-added ability to use $sel_options["something[else]"] removed in last commit "compatibility with eT2"
This commit is contained in:
parent
f0e822f139
commit
c496516f19
@ -2063,7 +2063,8 @@ class etemplate_old extends boetemplate
|
|||||||
$sels += $cell['sel_options'];
|
$sels += $cell['sel_options'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (($options = self::get_array($this->sel_options, $name)) && is_array($options))
|
if (($options = $this->sel_options[$name]) && is_array($options) ||
|
||||||
|
($options = self::get_array($this->sel_options, $name)) && is_array($options))
|
||||||
{
|
{
|
||||||
$sels += $options;
|
$sels += $options;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user