Skip to content

Commit

Permalink
Remove unneeded require_lib
Browse files Browse the repository at this point in the history
Issue #23625
  • Loading branch information
atrol committed Nov 16, 2017
1 parent 03cb5da commit 4c4b7de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/database_api.php
Expand Up @@ -37,8 +37,6 @@
require_api( 'logging_api.php' );
require_api( 'utility_api.php' );

require_lib( 'adodb/adodb-php/adodb.inc.php' );

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

0 comments on commit 4c4b7de

Please sign in to comment.