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