|
From: Arno H. <aho...@xm...> - 2001-01-15 12:36:43
|
> Thanks for spotting the problem. I've corrected ExtractWikiPageLinks.
> Insert the following before the final "else":
>
> } elseif (preg_match("#^\d+$#", $URL)) {
> $link['type'] =3D "reference-$linktype";
> =09 $link['link'] =3D $URL;
Actually, I've corrected the function ParseAndLink() which is called by=20
ExtractWikiPageLinks. Insert the elseif there.
/Arno
|