Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
#110 Adjusting fix based on the update made to ML7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Jul 25, 2013
1 parent 66d9d11 commit ef595b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,6 @@ def execute_query_7(query, properties = {})
logger.debug "using dbid: #{db_id}"
r = go_7 "http://#{@hostname}:#{@bootstrap_port}/qconsole/endpoints/evaler.xqy", "post", {}, {
:dbid => db_id,
:resulttype => "text",
:action => "eval",
:querytype => "xquery"
},
Expand All @@ -999,7 +998,6 @@ def execute_query_7(query, properties = {})
logger.debug "using sid: #{sid}"
r = go_7 "http://#{@hostname}:#{@bootstrap_port}/qconsole/endpoints/evaler.xqy", "post", {}, {
:sid => sid,
:resulttype => "text",
:action => "eval",
:querytype => "xquery"
},
Expand Down

0 comments on commit ef595b1

Please sign in to comment.