##// END OF EJS Templates
Fixed: issue attachments are saved even if the issue has been updated by another user (#3846)....
Fixed: issue attachments are saved even if the issue has been updated by another user (#3846). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2875 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2683:199b213bbbdd
r2761:aca6ed13fc25
Show More
about
6 lines | 187 B | text/plain | TextLexer
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../config/boot'
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
require 'commands/about'
Redmine::About.print_plugin_info