Revision 60a55cdf
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
| SL/Model/Record.pm | ||
|---|---|---|
|  | ||
| =head1 DESCRIPTION
 | ||
|  | ||
| =over 4
 | ||
|  | ||
| =item C<delete>
 | ||
|  | ||
| deletes the whole record and put an entree in the history.
 | ||
| Deletes the whole record and puts an entry in the history.
 | ||
| Expects a record with %params for history params{history} = \%history
 | ||
|  | ||
| =item C<_save_history>
 | ||
|  | ||
| Expects a record for id, addition for text (SAVED,...) and %history{snumber}
 | ||
|  | ||
| =back
 | ||
|  | ||
| =head1 BUGS
 | ||
|  | ||
| None yet. :)
 | ||
Auch abrufbar als: Unified diff
Model::Record: POD: Typos/Syntax