redmine translation moved to redmine plugin

pull/6827/head
jwollert 14 years ago
parent 679753d743
commit 8c9354b2c7
  1. 10
      app/models/report/query_utils.rb

@ -21,16 +21,6 @@ module Report::QueryUtils
ActiveRecord::Base.connection.quote_string(str)
end
##
# Graceful, internationalized quoted string.
#
# @see quote_string
# @param [Object] str String to quote/translate
# @return [Object] Quoted, translated version
def quoted_label(ident)
"'#{quote_string l(ident)}'"
end
##
# Creates a SQL fragment representing a collection/array.
#

Loading…
Cancel
Save