]> git.p6c8.net - devedit.git/commitdiff
Changed version number to 3.1
authorpcanterino <>
Tue, 12 May 2009 19:22:27 +0000 (19:22 +0000)
committerpcanterino <>
Tue, 12 May 2009 19:22:27 +0000 (19:22 +0000)
devedit.pl
modules/Command.pm

index f7b28180a5b3b3af757e848a57bba71a834a42e7..87afee436416af3105f43bf3cbb3c3dda7edf663 100644 (file)
@@ -1,7 +1,7 @@
 #!C:/Programme/Perl/bin/perl.exe -w
 
 #
-# Dev-Editor 3.0.1
+# Dev-Editor 3.1
 #
 # Dev-Editor's main program
 #
@@ -30,7 +30,7 @@ use Command;
 use Output;
 use Tool;
 
-$VERSION = '3.0.1';
+$VERSION = '3.1';
 
 # Path to configuration file
 # Change if necessary!
index c1b8989c68d90fa175db33bdde65da505c09fe89..cc996ca233c27a5fcf04999034b2aa7c5292ce6c 100644 (file)
@@ -948,7 +948,7 @@ sub exec_remove_multi($$)
       $tpl->add_loop_data('SUCCESS',{FILE => encode_html($file_success),
                                      FILE_PATH => encode_html(clean_path($virtual.'/'.$file_success))});
      }
-     
+
      $tpl->parse_loop('SUCCESS');
     }
    }
@@ -960,13 +960,13 @@ sub exec_remove_multi($$)
    if(scalar(@failed) > 0)
    {
     $tpl->parse_if_block('failed',1);
+
     foreach my $file_failed(@failed)
     {
      $tpl->add_loop_data('FAILED',{FILE => encode_html($file_failed),
                                    FILE_PATH => encode_html(clean_path($virtual.'/'.$file_failed))});
     }
-    
+
     $tpl->parse_loop('FAILED');
    }
    else
@@ -993,7 +993,7 @@ sub exec_remove_multi($$)
     $tpl->add_loop_data('FILES',{FILE => encode_html($file),
                                  FILE_PATH => encode_html(clean_path($virtual.'/'.$file))});
    }
-   
+
    $tpl->parse_loop('FILES');
 
    $tpl->fillin('COUNT',scalar(@new_files));

patrick-canterino.de