google-code-export / junaio

Automatically exported from code.google.com/p/junaio
1 stars 0 forks source link

Minor glitch in devpackage 1.0.1 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
------------

There's a missing parameter in method JunaioBuilder::createOutput()

The flag 'removed' is missing; the method declaration on line 589 should read:

public function createOutput($start, $end, $oPoi = null, $trackingXML = null, 
$removed = null)
{

....

Original issue reported on code.google.com by j...@lapoutre.com on 27 Mar 2011 at 9:11

GoogleCodeExporter commented 9 years ago
Bug fixed
Will be released asap

Original comment by Frank.An...@metaio.com on 29 Mar 2011 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by Frank.An...@metaio.com on 30 Mar 2011 at 12:46