Skip to content

Commit

Permalink
Corrected variable name.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1776 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Jeroen Latour committed Jan 25, 2003
1 parent 10b23d4 commit 7b10dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/graph_api.php
Expand Up @@ -6,11 +6,11 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: graph_api.php,v 1.6 2003-01-25 21:13:20 jlatour Exp $
# $Id: graph_api.php,v 1.7 2003-01-25 21:34:57 jlatour Exp $
# --------------------------------------------------------

if ( ON == config_get( 'use_jpgraph' ) ) {
$t_jpgraph_dir = config_get( 'jpgraph_path' );
$t_jpgraph_path = config_get( 'jpgraph_path' );

require_once( $t_jpgraph_path.'jpgraph.php' );
require_once( $t_jpgraph_path.'jpgraph_line.php' );
Expand Down

0 comments on commit 7b10dd7

Please sign in to comment.