note 13125 deleted from function.asort by felipe

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: martin dot edelius at spirex dot se 

----

In the 'asortbyindex' function above there's a $ sign missing from a variable in one of the for loops: 

for ($iteration = 0; $iteration < $lastiteration; iteration++)

should be:

for ($iteration = 0; $iteration < $lastiteration; $iteration++)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.