Ver Fonte
2 bugs in message_list:
- in PHP 4.1.x, the first part of in_array may not be an array. This gives a
lot of warnings in the message display. Not sure how to fix this, so just adding a
note to it now.
- initialize $aCol to empty array, not empty string, since it's expected to be
an array further down.