From: Steve W. <wai...@us...> - 2000-11-24 22:07:41
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv27943 Modified Files: mysql.php Log Message: Added semicolon on line 153, which caused the file to not compile correctly. . Index: mysql.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/mysql.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** mysql.php 2000/11/18 13:50:36 1.7 --- mysql.php 2000/11/24 22:07:34 1.8 *************** *** 150,154 **** function RemovePage($dbi, $pagename) { ! global $WikiPageStore, $ArchivePageStore global $WikiLinksStore, $HitCountStore, $WikiScoreStore; --- 150,154 ---- function RemovePage($dbi, $pagename) { ! global $WikiPageStore, $ArchivePageStore; global $WikiLinksStore, $HitCountStore, $WikiScoreStore; |