Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ef17e41a

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID ef17e41a8364c6c97566a054768f573659dbec79
  • Vorgänger 1514a9d0
  • Nachfolger 209f6291

Umstellung der Form.pm auf die Verwendung parametrisierter Queries zur Vermeidung von SQL injection. Zusätzlich etwas Kosmetik (trailing whitespace, TABs entfernt).

Unterschiede anzeigen:

SL/LICENSES.pm
69 69
  $sth->finish();
70 70

  
71 71
  if ($form->{own_product}) {
72
    $form->update_balance($dbh, "parts", "onhand", qq|id = $form->{parts_id}|,
73
                          1);
72
    $form->update_balance($dbh, "parts", "onhand", qq|id = ?|,
73
                          1, $form->{parts_id});
74 74
  }
75 75

  
76 76
  $dbh->disconnect();

Auch abrufbar als: Unified diff