Revision 66022cbd
Von Sven Schöling vor fast 15 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
968 | 968 |
return -1; |
969 | 969 |
} |
970 | 970 |
|
971 |
=item new_item |
|
972 |
|
|
973 |
call new item dialogue from warehouse masks. |
|
974 |
|
|
975 |
PARAMS: |
|
976 |
action => name of sub to be called when new item is done |
|
977 |
|
|
978 |
=cut |
|
979 | 971 |
sub new_item { |
980 | 972 |
$main::lxdebug->enter_sub(); |
981 | 973 |
my %params = @_; |
... | ... | |
1017 | 1009 |
} |
1018 | 1010 |
|
1019 | 1011 |
1; |
1012 |
|
|
1013 |
__END__ |
|
1014 |
|
|
1015 |
=head1 NAME |
|
1016 |
|
|
1017 |
bin/mozilla/wh.pl - Warehouse frontend. |
|
1018 |
|
|
1019 |
=head1 FUNCTIONS |
|
1020 |
|
|
1021 |
=over 4 |
|
1022 |
|
|
1023 |
=item new_item |
|
1024 |
|
|
1025 |
call new item dialogue from warehouse masks. |
|
1026 |
|
|
1027 |
PARAMS: |
|
1028 |
action => name of sub to be called when new item is done |
|
1029 |
|
|
1030 |
=back |
|
1031 |
|
|
1032 |
=cut |
Auch abrufbar als: Unified diff
Dokumentation einheitlich in den Footer verschoben, Datei mit END abgeschlossen (beschleunigt parsen), und POD Fehler gefixt.