Skip to content

Commit

Permalink
Added needed includes to date_api.php and icon_api.php.
Browse files Browse the repository at this point in the history
Modified Files:
	print_bug_page.php
	print_all_bug_page.php


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1785 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
beerfrick committed Jan 29, 2003
1 parent afbe101 commit 901a654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions print_all_bug_page.php
Expand Up @@ -19,6 +19,8 @@

require_once( $t_core_path.'current_user_api.php' );
require_once( $t_core_path.'bug_api.php' );
require_once( $t_core_path.'date_api.php' );
require_once( $t_core_path.'icon_api.php' );
require_once( $t_core_path.'string_api.php' );
?>
<?php login_cookie_check() ?>
Expand Down
1 change: 1 addition & 0 deletions print_bug_page.php
Expand Up @@ -12,6 +12,7 @@

require_once( $t_core_path.'bug_api.php' );
require_once( $t_core_path.'custom_field_api.php' );
require_once( $t_core_path.'date_api.php' );
require_once( $t_core_path.'string_api.php' );
?>
<?php login_cookie_check() ?>
Expand Down

0 comments on commit 901a654

Please sign in to comment.