forked from extern/egroupware
"temporary disabled additional nextmatch row on the bottom of the list for php5.2.6, until I find time to fix it"
This commit is contained in:
parent
483c8939b2
commit
4ca72cf3fa
@ -193,6 +193,11 @@
|
|||||||
$extension_data['old_value'] = $value = $nm_global['col_filter'][$this->last_part($name)];
|
$extension_data['old_value'] = $value = $nm_global['col_filter'][$this->last_part($name)];
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
// does NOT work with php5.2.6 ...
|
||||||
|
if (version_compare(PHP_VERSION,'5.2.6','>='))
|
||||||
|
{
|
||||||
|
$value['bottom_too'] = false;
|
||||||
|
}
|
||||||
// presetting the selectboxes with their default values, to NOT loop, because post-process thinks they changed
|
// presetting the selectboxes with their default values, to NOT loop, because post-process thinks they changed
|
||||||
if (!isset($value['cat_id'])) $value['cat_id'] = '';
|
if (!isset($value['cat_id'])) $value['cat_id'] = '';
|
||||||
if (!isset($value['search'])) $value['search'] = '';
|
if (!isset($value['search'])) $value['search'] = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user