Bugzilla – Attachment 12577 Details for
Bug 7643
Can't upload and import zipped file of patron images
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7643 - Can't upload and import zipped file of patron images
Bug-7643---Cant-upload-and-import-zipped-file-of-p.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2012-09-28 13:00:42 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7643 - Can't upload and import zipped file of patron images
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 13:00:42 UTC
Size:
1.02 KB
patch
obsolete
>From 89e0f794885e572046923b0041671d6e96f4c36f Mon Sep 17 00:00:00 2001 >From: Ivan Brown <I.Brown@littleover.derby.sch.uk> >Date: Tue, 25 Sep 2012 15:57:43 +0100 >Subject: [PATCH] Bug 7643 - Can't upload and import zipped file of patron images >Content-Type: text/plain; charset="utf-8" > >Fixed problem with re-declaration of $filesuffix > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > tools/picture-upload.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/tools/picture-upload.pl b/tools/picture-upload.pl >index bfb233e..4507fa1 100755 >--- a/tools/picture-upload.pl >+++ b/tools/picture-upload.pl >@@ -80,7 +80,7 @@ if ( ($op eq 'Upload') && $uploadfile ) { # Case is important in these ope > $debug and warn "dirname = $dirname"; > my $filesuffix; > if ( $uploadfilename =~ m/(\..+)$/i ) { >- my $filesuffix = $1; >+ $filesuffix = $1; > } > ( $tfh, $tempfile ) = File::Temp::tempfile( SUFFIX => $filesuffix, UNLINK => 1 ); > $debug and warn "tempfile = $tempfile"; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7643
:
12503
| 12577