note 13125 deleted from function.asort by felipe
| 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++)