[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
![A play-by-email page](/index/pbm.gif)
>That's an unexpected message. It is not programmed into Game Courier,<br> >and I don't know what could be responsible for it.
<p>
I think it is related with the change of domain from .org to .com because the same happens with the chess preset; so unless you fix this, it won't be possible to promote pawns in games that have enforced theirs rules.
<p>
>The *L functions for these two are trying to merge three arrays with<br> >only one instance of merge. Merge takes two arguments, not three. To<br> >merge three arrays, you should first merge two, then merge the merged<br> >array with a third array. You would have to use merge twice to do<br>
>this.
<p>
Ready! I made it. Problem solved. Thanks.