Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv26353
Modified Files:
index.php
Log Message:
I changed the table names in the schema so all are prefaced with phpwiki_.
I updated index.php (where the config info is) as well; seems to test OK.
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** index.php 2001/05/31 17:39:01 1.17
--- index.php 2001/07/12 03:21:35 1.18
***************
*** 86,90 ****
// Used by all DB types:
'database' => 'wiki',
! 'prefix' => '', // prefix for filenames or table names
// Used by 'dbm', 'dba', 'file'
--- 86,90 ----
// Used by all DB types:
'database' => 'wiki',
! 'prefix' => 'phpwiki_', // prefix for filenames or table names
// Used by 'dbm', 'dba', 'file'
|