Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 453a5b3b

Von Moritz Bunkus vor fast 10 Jahren hinzugefügt

  • ID 453a5b3b37d930236274d1e1459ea358df56a1b8
  • Vorgänger 8cce015e
  • Nachfolger 230c9dcf

GetModels-Filtered: CVars: Fix für Platzhaltern im Suchbegriff

Unterschiede anzeigen:

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