summaryrefslogtreecommitdiff
path: root/lib/opentox.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-06-05 19:43:14 +0200
committerChristoph Helma <helma@in-silico.ch>2013-06-05 19:43:14 +0200
commitde79524895b0a0be4bdf2113781d14a8439ea2dc (patch)
tree44446def3b2c4742194f21192f6d96884848b058 /lib/opentox.rb
parentb3f82247d347429a30881ac7f35677f87f503976 (diff)
list sorting removed. DC.modified inserted.
Diffstat (limited to 'lib/opentox.rb')
-rw-r--r--lib/opentox.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/opentox.rb b/lib/opentox.rb
index 0869262..b7b363c 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -29,7 +29,6 @@ module OpenTox
before do
@uri = uri(request.env['PATH_INFO']) # prevent /algorithm/algorithm in algorithm service
- #@uri = uri(request.env['REQUEST_URI'])
get_subjectid if respond_to? :get_subjectid
# fix IE
request.env['HTTP_ACCEPT'] += ";text/html" if request.env["HTTP_USER_AGENT"]=~/MSIE/