SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Steve W. <wai...@us...> - 2001年07月15日 15:48:02
Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25371
Modified Files:
	mysql.php 
Log Message:
Fixed the table names. Here is an example of duplicate information,
where the table names are stored both in schema.mysql and
mysql.php. Of course I failed to notice this and the nightly build was
broken. Task #34376.
Index: mysql.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/mysql.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** mysql.php	2001年06月26日 18:01:01	1.13
--- mysql.php	2001年07月15日 15:47:59	1.14
***************
*** 33,41 ****
 */
 
! $WikiPageStore = $DBParams['prefix'] . "wiki";
! $ArchivePageStore = $DBParams['prefix'] . "archive";
! $WikiLinksStore = $DBParams['prefix'] . "wikilinks";
! $WikiScoreStore = $DBParams['prefix'] . "wikiscore";
! $HitCountStore = $DBParams['prefix'] . "hitcount";
 
 // open a database and return the handle
--- 33,41 ----
 */
 
! $WikiPageStore = $DBParams['prefix'] . "pages";
! $ArchivePageStore = $DBParams['prefix'] . "archive";
! $WikiLinksStore = $DBParams['prefix'] . "links";
! $WikiScoreStore = $DBParams['prefix'] . "score";
! $HitCountStore = $DBParams['prefix'] . "hitcount";
 
 // open a database and return the handle
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 によって変換されたページ (->オリジナル) /