From: Carsten K. <car...@us...> - 2001-12-02 21:30:40
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv14915/phpwiki/lib Modified Files: Tag: release-1_2-branch stdlib.php Log Message: bug fix, missing } after adding USE_LINK_ICONS Index: stdlib.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/stdlib.php,v retrieving revision 1.21.2.7 retrieving revision 1.21.2.8 diff -C2 -r1.21.2.7 -r1.21.2.8 *** stdlib.php 2001/12/02 07:39:15 1.21.2.7 --- stdlib.php 2001/12/02 21:30:36 1.21.2.8 *************** *** 408,412 **** $link['link'] = LinkURL($URL, $linkname); } ! } } elseif (preg_match("#^phpwiki:(.*)#", $URL, $match)) { $link['type'] = "url-wiki-$linktype"; --- 408,412 ---- $link['link'] = LinkURL($URL, $linkname); } ! }} } elseif (preg_match("#^phpwiki:(.*)#", $URL, $match)) { $link['type'] = "url-wiki-$linktype"; |