Skip to content

Commit

Permalink
Remove unused include in excel_xml_export
Browse files Browse the repository at this point in the history
The page print_all_bug_options_inc.php is no longer used, as stated in
Issue #19370
  • Loading branch information
cproensa authored and dregad committed Aug 16, 2016
1 parent b08cafe commit 06d0c7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions excel_xml_export.php
Expand Up @@ -52,9 +52,6 @@
require_api( 'print_api.php' );
require_api( 'utility_api.php' );

define( 'PRINT_ALL_BUG_OPTIONS_INC_ALLOW', true );
include( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'print_all_bug_options_inc.php' );

auth_ensure_user_authenticated();

$f_export = gpc_get_string( 'export', '' );
Expand Down

0 comments on commit 06d0c7a

Please sign in to comment.