mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
disabling choosen by default, as we did in et2
This commit is contained in:
parent
11469a741d
commit
7879e7ac2e
@ -229,7 +229,7 @@ class html
|
||||
*/
|
||||
static function select($name, $key, $arr=0,$no_lang=false,$options='',$multiple=0,$enhanced=null)
|
||||
{
|
||||
if(is_null($enhanced)) $enhanced = (count($arr) > self::SELECT_ENHANCED_ROW_COUNT);
|
||||
if(is_null($enhanced)) $enhanced = false; //disabled by default (count($arr) > self::SELECT_ENHANCED_ROW_COUNT);
|
||||
|
||||
if (!is_array($arr))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user