
david at kineticode
Nov 19, 2008, 11:31 AM
Post #2 of 2
(797 views)
Permalink
|
|
Re: [8377] Fixed Bric::Soap:Util so exports start the field/container order
[In reply to]
|
|
On Nov 19, 2008, at 6:11 AM, paulo [at] bricolage wrote: > if (@$elems) { > - my $diff = $elems->[-1]->get_place - scalar @$elems + 1; > + > + # Surely this should always start at 0, changing the order > you get out > + # of the database can only be a bad idea. > + my $diff = 0; Yeah, I wonder why it was the other way? Also, your indenting is all wrong. Please uses 4 spaces for indents, not tabs. Best, David
|