Skip to content

Commit

Permalink
Fix #8020: Allow using system adodb
Browse files Browse the repository at this point in the history
  • Loading branch information
giallu committed May 26, 2007
1 parent 706a9ef commit fd17b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/database_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: database_api.php,v 1.46.6.1 2006-01-05 03:54:19 thraxisp Exp $
# $Id: database_api.php,v 1.46.6.1.4.1 2007-05-26 22:23:50 giallu Exp $
# --------------------------------------------------------

### Database ###
Expand All @@ -16,7 +16,7 @@

$t_core_dir = dirname( __FILE__ ).DIRECTORY_SEPARATOR;

require_once( $t_core_dir . 'adodb/adodb.inc.php' );
require_once( 'adodb/adodb.inc.php' );

# An array in which all executed queries are stored. This is used for profiling
$g_queries_array = array();
Expand Down

0 comments on commit fd17b61

Please sign in to comment.