mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix missing select lookups
This commit is contained in:
parent
7f74846c93
commit
b0ea2a5e63
@ -92,7 +92,7 @@ class infolog_merge extends bo_merge
|
||||
foreach($_selects as $name => $value)
|
||||
{
|
||||
$selects['info_'.$name] = $value;
|
||||
$types['select'][] = 'info_'.$name;
|
||||
if(!in_array('info_'.$name, $types['select'])) $types['select'][] = 'info_'.$name;
|
||||
}
|
||||
|
||||
if($content && strpos($content, '$$#') !== 0)
|
||||
|
Loading…
Reference in New Issue
Block a user