]> source.dussan.org Git - redmine.git/commitdiff
Don't wrtie summary to changelog file.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Jul 2017 07:26:35 +0000 (07:26 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 9 Jul 2017 07:26:35 +0000 (07:26 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16784 e93f8b46-1217-0410-a6f0-8f06a7374b81

script/changelog.rb

index e7ecece34d4a2ee8dc2e7da9cea3d6afacfd55f2..553e8e060ac1f31c6f8e3e3771506b891e125e54 100644 (file)
@@ -310,7 +310,7 @@ module Redmine
           out_file << "\n"
         end
 
-        out_file << summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt)
+        summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt)
 
         out_file.close
       end