Lines 46-52
if ($auth_status ne "ok") {
Link Here
|
46 |
exit 0; |
46 |
exit 0; |
47 |
} |
47 |
} |
48 |
|
48 |
|
49 |
my $uploaded_file = C4::UploadedFile->new($sessionID); |
49 |
our $uploaded_file = C4::UploadedFile->new($sessionID); |
50 |
unless (defined $uploaded_file) { |
50 |
unless (defined $uploaded_file) { |
51 |
# FIXME - failed to create file for some reason |
51 |
# FIXME - failed to create file for some reason |
52 |
send_reply('failed', ''); |
52 |
send_reply('failed', ''); |