Revision 453a5b3b
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/DB/Helper/CustomVariables.pm | ||
---|---|---|
329 | 329 |
$query{$key} =~ s{\bt\d+(?:\.)?\b}{}g; |
330 | 330 |
|
331 | 331 |
# manually inline the values. again, rose doen't know how to handly bind params in subqueries :( |
332 |
$query{$key} =~ s{\?}{ $config->dbh->quote($_) }xe for @{ $bind_vals{$key} };
|
|
332 |
$query{$key} =~ s{\?}{ $config->dbh->quote(shift @{ $bind_vals{$key} }) }xeg;
|
|
333 | 333 |
|
334 | 334 |
$query{$key} =~ s{\n}{ }g; |
335 | 335 |
} |
Auch abrufbar als: Unified diff
GetModels-Filtered: CVars: Fix für Platzhaltern im Suchbegriff