Revision a590a651
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/CP.pm | ||
---|---|---|
360 | 360 |
if(!exists $form->{addition}) { |
361 | 361 |
$form->{snumbers} = qq|invnumber_| . $form->{"invnumber_$i"}; |
362 | 362 |
$form->{addition} = "POSTED"; |
363 |
$form->save_history($form->dbconnect($myconfig));
|
|
363 |
$form->save_history; |
|
364 | 364 |
} |
365 | 365 |
# /saving the history |
366 | 366 |
} |
Auch abrufbar als: Unified diff
save_history sollte NICHT jedesmal eine neue datenbankverbindung aufmachen.