From: andi <bin...@li...> - 2001-09-12 18:14:09
|
andi Wed Sep 12 11:14:04 2001 EDT Modified files: /r2/binarycloud/base/mgr QueryManager.php Log: Changes to match new conf filenames Index: r2/binarycloud/base/mgr/QueryManager.php diff -u r2/binarycloud/base/mgr/QueryManager.php:1.3 r2/binarycloud/base/mgr/QueryManager.php:1.4 --- r2/binarycloud/base/mgr/QueryManager.php:1.3 Fri Aug 31 11:57:22 2001 +++ r2/binarycloud/base/mgr/QueryManager.php Wed Sep 12 11:14:04 2001 @@ -1,7 +1,7 @@ <?php // Header {{{ /* - * -File $Id: QueryManager.php,v 1.3 2001/08/31 18:57:22 alex Exp $ + * -File $Id: QueryManager.php,v 1.4 2001/09/12 18:14:04 andi Exp $ * -License LGPL (http://www.gnu.org/copyleft/lesser.html) * -Copyright 2000, Intacct Corporation * -Author John P. Campbell @@ -64,7 +64,7 @@ function PrepareConnection($_name = null) { global $Debug; - import('user.conf.datasources'); + import('user.conf.Datasources'); // determine datasources[index] to use. if _name is not found // it takes last occuring default entry |