From f537002fc16c14f8fe66b92aaebdb263aa6be6a2 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Fri, 17 Jun 2011 15:54:20 +0200 Subject: do not empty subjectid to jnlp when a&A is disabled --- reach_reports/reach_application.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reach_reports/reach_application.rb b/reach_reports/reach_application.rb index c0e89b5..e35df7b 100755 --- a/reach_reports/reach_application.rb +++ b/reach_reports/reach_application.rb @@ -235,12 +235,14 @@ EOF jnlp.chomp! jnlp += File.join(url_for("/reach_report/QMRF",:full),params[:id]) - jnlp += <0 + jnlp += < --subjectid= EOF - jnlp.chomp! - jnlp += @subjectid.to_s + jnlp.chomp! + jnlp += @subjectid.to_s + end jnlp += < -- cgit v1.2.3