Revision 41faf344
Von Jan Büren vor mehr als 2 Jahren hinzugefügt
| SL/Form.pm | ||
|---|---|---|
|
}
|
||
|
|
||
|
if ($sth->fetchrow_array) {
|
||
|
die "this never happens never";
|
||
|
# die "this never happens never"; # except for credit or debit bookings
|
||
|
$query = qq|UPDATE exchangerate
|
||
|
SET $set
|
||
|
WHERE currency_id = (SELECT id FROM currencies WHERE name = ?)
|
||
Auch abrufbar als: Unified diff
Kosmetik, Kommentare