Skip to content

Commit

Permalink
Fix #1230 "Database service error setting integer request value"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Aug 30, 2013
1 parent 7e65c73 commit 84d3e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/apps/fr/components/actions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<!-- Set value and escape single quotes -->
<xf:setvalue xmlns:sql="http://orbeon.org/oxf/xml/sql"
ref="/sql:config/sql:query/sql:param[xs:integer($parameter)]/(@value | @select)[1]"
value="concat('''', replace({fr:instance-path(.)}*[name() = $control-name], '''', ''''''), '''')"/>
value="concat('''', replace(string({fr:instance-path(.)}*[name() = $control-name]), '''', ''''''), '''')"/>
</xsl:copy>
</xsl:template>

Expand Down

0 comments on commit 84d3e6e

Please sign in to comment.