[Koha-patches] [PATCH] Bugfix: Correcting misspelled variable

Chris Nighswonger cnighswonger at foundations.edu
Wed Apr 9 13:36:38 CEST 2008


---
 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 505df6d..d961492 100755
--- a/tools/picture-upload.pl
+++ b/tools/picture-upload.pl
@@ -116,7 +116,7 @@ if ( ($op eq 'Upload') && $uploadfile ) {       # Case is important in these ope
             }
             $total = scalar @directories;
         } else {       #if ($filetype eq 'zip' )
-            $result = handle_dir( $dirname, $filesuffix );
+            $results = handle_dir( $dirname, $filesuffix );
             $handled = 1;
             $total = 1;
         }
-- 
1.5.3.7




More information about the Koha-patches mailing list