mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-17 12:10:49 +01:00
"make etemplate::_sel_options() public again, as it's used by other widgets (eg. tree_widget), thank to webmaster-at-kmu-tools.de "
This commit is contained in:
parent
d4a1075c68
commit
9993be3eed
@ -1763,7 +1763,7 @@ class etemplate extends boetemplate
|
|||||||
* @param array $content=array();
|
* @param array $content=array();
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
private function _sel_options($cell,$name,$content=array())
|
function _sel_options($cell,$name,$content=array())
|
||||||
{
|
{
|
||||||
$sels = array();
|
$sels = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user