From: Steve W. <wai...@us...> - 2000-11-09 02:57:55
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv28324 Modified Files: mysql.php Log Message: Updated the list of functions in the header comment. Index: mysql.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/mysql.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** mysql.php 2000/11/08 15:40:56 1.4 --- mysql.php 2000/11/09 02:57:51 1.5 *************** *** 3,21 **** /* Database functions: - OpenDataBase($dbname) CloseDataBase($dbi) RetrievePage($dbi, $pagename, $pagestore) InsertPage($dbi, $pagename, $pagehash) ! SaveCopyToArchive($dbi, $pagename, $pagehash) IsWikiPage($dbi, $pagename) IsInArchive($dbi, $pagename) InitTitleSearch($dbi, $search) ! TitleSearchNextMatch($dbi, &$pos) InitFullSearch($dbi, $search) ! FullSearchNextMatch($dbi, &$pos) ! IncreaseHitCount($dbi, $pagename) ! GetHitCount($dbi, $pagename) ! InitMostPopular($dbi, $limit) MostPopularNextMatch($dbi, $res) GetAllWikiPageNames($dbi) --- 3,23 ---- /* Database functions: OpenDataBase($dbname) CloseDataBase($dbi) + MakeDBHash($pagename, $pagehash) + MakePageHash($dbhash) RetrievePage($dbi, $pagename, $pagestore) InsertPage($dbi, $pagename, $pagehash) ! SaveCopyToArchive($dbi, $pagename, $pagehash) IsWikiPage($dbi, $pagename) IsInArchive($dbi, $pagename) + RemovePage($dbi, $pagename) + IncreaseHitCount($dbi, $pagename) + GetHitCount($dbi, $pagename) InitTitleSearch($dbi, $search) ! TitleSearchNextMatch($dbi, $res) InitFullSearch($dbi, $search) ! FullSearchNextMatch($dbi, $res) ! InitMostPopular($dbi, $limit) MostPopularNextMatch($dbi, $res) GetAllWikiPageNames($dbi) |