Revision 3df63bfe
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
SL/Controller/FileUploader.pm | ||
---|---|---|
29 | 29 |
|
30 | 30 |
sub action_show_files { |
31 | 31 |
my ($self) = @_; |
32 |
$main::lxdebug->dump(0, 'WH: Show_Files',\$::form); |
|
33 | 32 |
my $images = SL::DB::Manager::File->get_all( query => [ trans_id => $::form->{id}, modul => $::form->{modul} ] ); |
34 |
$main::lxdebug->dump(0, 'WH: ',\$images); |
|
35 | 33 |
|
36 | 34 |
|
37 | 35 |
} |
Auch abrufbar als: Unified diff
ShopOrder,FileUploader: Debugs rausgenommen