SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Steve W. <wai...@us...> - 2001年02月01日 04:24:26
Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv10307
Modified Files:
	msql.php 
Log Message:
Commented out the GetAllWikiPageNames and SetAllWikiPageNames
functions. They don't work yet... and as long as they are defined, the
lists of related pages appear at the bottom of all pages but have no
values in them.
Index: msql.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/msql.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** msql.php	2000年11月07日 05:13:22	1.5
--- msql.php	2001年02月01日 04:24:26	1.6
***************
*** 456,459 ****
--- 456,462 ----
 
 // takes a page name, returns array of scored incoming and outgoing links
+ 
+ /* Not implemented yet. The code below was copied from mysql.php...
+ 
 function GetWikiPageLinks($dbi, $pagename) {
 $links = array();
***************
*** 506,514 ****
 }
 
- // update pagescore. rotsa ruck.
 msql_query("delete from wikiscore", $dbi["dbc"]);
 msql_query("insert into wikiscore select w1.topage, count(*) from wikilinks as w1, wikilinks as w2 where w2.topage=w1.frompage group by w1.topage", $dbi["dbc"]);
 }
! 
 
 ?>
--- 509,516 ----
 }
 
 msql_query("delete from wikiscore", $dbi["dbc"]);
 msql_query("insert into wikiscore select w1.topage, count(*) from wikilinks as w1, wikilinks as w2 where w2.topage=w1.frompage group by w1.topage", $dbi["dbc"]);
 }
! */
 
 ?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /