Bugfix: Correcting misspelled variable
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 9 Apr 2008 11:36:38 +0000 (07:36 -0400)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Apr 2008 07:59:22 +0000 (02:59 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
tools/picture-upload.pl

index 505df6d..d961492 100755 (executable)
@@ -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;
         }