[phpMP-CVS] CVS: phpMP/includes core.php,1.61,1.62
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-30 01:44:10
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv2758/includes Modified Files: core.php Log Message: Moving the dba directory into includes/. Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -r1.61 -r1.62 *** core.php 29 Jun 2003 19:38:19 -0000 1.61 --- core.php 30 Jun 2003 01:44:07 -0000 1.62 *************** *** 78,82 **** $Debug = new Debug(); ! include_once( C_PHPMP_ROOT . 'dba/' . DB_TYPE . '.dba' ); $DB = new DB(); $DB->connect(); --- 78,82 ---- $Debug = new Debug(); ! include_once( C_PHPMP_ROOT . 'includes/dba/' . DB_TYPE . '.dba' ); $DB = new DB(); $DB->connect(); |