Revision 004a64c9
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
1263 | 1263 |
if ($form->{$ct_id}) { |
1264 | 1264 |
$where .= qq| AND (ct.id = | . conv_i($form->{$ct_id}) . qq|)|; |
1265 | 1265 |
} elsif ($form->{ $form->{ct} }) { |
1266 |
$where .= qq| AND (ct.name ILIKE | . $dbh->quote('%' . $form->{$ct} . '%') . qq|)|;
|
|
1266 |
$where .= qq| AND (ct.name ILIKE | . $dbh->quote($::form->like($form->{$ct})) . qq|)|;
|
|
1267 | 1267 |
} |
1268 | 1268 |
|
1269 | 1269 |
my $dpt_join; |
Auch abrufbar als: Unified diff
Offene Forderungen/Verbindlichkeiten: bei Textfeldern führende/anhängende Whitespaces entfernen