Skip to content

Commit

Permalink
* core.php: add compress_api
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1897 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Julian Fitzell committed Feb 17, 2003
1 parent 19a090e commit c24afa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: core.php,v 1.22 2003-02-17 01:50:09 jfitzell Exp $
# $Id: core.php,v 1.23 2003-02-17 03:35:26 jfitzell Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -49,6 +49,7 @@

# load utility functions used by everything else
require_once( $t_core_path.'utility_api.php' );
require_once( $t_core_path.'compress_api.php' );

# Load internationalization functions (needed before database_api, in case database connection fails)
require_once( $t_core_path.'lang_api.php' );
Expand Down

0 comments on commit c24afa7

Please sign in to comment.