|
From: Benjamin C. <bc...@us...> - 2005-06-04 18:56:05
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13433 Modified Files: include.php Log Message: Default to the system-wide PEAR installation Index: include.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/include.php,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- include.php 15 Feb 2005 13:34:19 -0000 1.130 +++ include.php 4 Jun 2005 18:55:45 -0000 1.131 @@ -39,7 +39,7 @@ include ('inc/functions.php'); // PEAR::DB -define('PEAR_PATH', 'inc/pear/'); // Set this to '' to use system-wide PEAR +define('PEAR_PATH', ''); // Set this to '/some/path/' to not use system-wide PEAR require_once(PEAR_PATH.'DB.php'); $dsn = array( 'phptype' => DB_TYPE, |