Merge lp:~zorba-coders/zorba/bug_946896 into lp:zorba

Proposed by Sorin Marian Nasoi
Status: Merged
Approved by: Matthias Brantner
Approved revision: 10696
Merged at revision: 10701
Proposed branch: lp:~zorba-coders/zorba/bug_946896
Merge into: lp:zorba
Diff against target: 12 lines (+1/-1)
1 file modified
modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug_946896
Reviewer Review Type Date Requested Status
William Candillon Approve
Sorin Marian Nasoi Approve
Matthias Brantner Pending
Zorba Coders Pending
Review via email: mp+95852@code.launchpad.net

Commit message

Fixed bug lp:946896.

Description of the change

Fixed bug lp:946896.

To post a comment you must log in.
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) :
review: Approve
Revision history for this message
William Candillon (wcandillon) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug_946896-2012-03-05T22-26-23.01Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug_946896-2012-03-06T00-10-31.158Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq'
2--- modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq 2012-01-20 21:48:24 +0000
3+++ modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq 2012-03-05 07:12:28 +0000
4@@ -1414,7 +1414,7 @@
5 substring-before($rest, ") external")
6 (: no external function :)
7 else
8- $rest
9+ substring-before($rest, ")")
10 (: the return type is specified :)
11 else
12 $tmp

Subscribers

People subscribed via source and target branches