##// END OF EJS Templates
Typo....
Jean-Philippe Lang -
r6138:c6da45162128
parent child
Show More
@@ -722,7 +722,7 class Query < ActiveRecord::Base
722 722 options = { :type => :list, :values => [[l(:general_text_yes), "1"], [l(:general_text_no), "0"]], :order => 20 }
723 723 when "int"
724 724 options = { :type => :integer, :order => 20 }
725 when "float",
725 when "float"
726 726 options = { :type => :float, :order => 20 }
727 727 when "user", "version"
728 728 next unless project
General Comments 0
You need to be logged in to leave comments. Login now