Quote:
Originally Posted by demig
@At_Libitum
You are indeed correct I'm not sure what I got the 211 from as it is 236 when I test I now, perhaps the 211 was the position in an earlier version I tried. The line in question is actually:
return implode (", ", array_map (function ($author) { return $author->name; }, $this->getAuthors ()));
Which looks ok to my untrained eyes.
Don't think I have any funny author names, when I get home later I will try and create a new library with only one book in with a simple author and see what happens.
Cheers
Demig
|
Can you add a php file with the following text and test it :
Just to be sure that the PHP version is not the problem ?