mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
"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
03d9baf5c6
commit
a4133ab894
@ -243,6 +243,11 @@ class nextmatch_widget
|
|||||||
case 'nextmatch-customfields':
|
case 'nextmatch-customfields':
|
||||||
return $this->_pre_process_cf_header($cell,$tmpl);
|
return $this->_pre_process_cf_header($cell,$tmpl);
|
||||||
}
|
}
|
||||||
|
// 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