Revision cc78d935
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/CT.pm | ||
---|---|---|
1254 | 1254 |
push @where_tokens, map { "($_)" } join ' OR ', @tokens; |
1255 | 1255 |
} |
1256 | 1256 |
|
1257 |
my ($cvar_where, @cvar_values) = CVar->build_filter_query('module' => 'Contacts', |
|
1258 |
'trans_id_field' => 'cp.cp_id', |
|
1259 |
'filter' => $params{filter}); |
|
1260 |
|
|
1261 |
if ($cvar_where) { |
|
1262 |
push @where_tokens, $cvar_where; |
|
1263 |
push @values, @cvar_values; |
|
1264 |
} |
|
1265 |
|
|
1257 | 1266 |
if (my $filter = $params{filter}) { |
1258 | 1267 |
for (qw(name title givenname email project abteilung)) { |
1259 | 1268 |
next unless $filter->{"cp_$_"}; |
Auch abrufbar als: Unified diff
CVars in der Ansprechpartnersuche