. /** * @package MantisBT * @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org * @copyright Copyright (C) 2002 - 2014 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @link http://www.mantisbt.org */ /** * MantisBT Core API's */ require_once( 'core.php' ); require_once( 'compress_api.php' ); require_once( 'filter_api.php' ); require_once( 'current_user_api.php' ); require_once( 'bug_api.php' ); require_once( 'string_api.php' ); require_once( 'date_api.php' ); auth_ensure_user_authenticated(); compress_enable(); html_page_top(); ?>
$t_name ) { if ( filter_db_get_filter( $t_id ) == $t_query_to_store ) { print lang_get( 'query_exists' ) . ' (' . $t_name . ')
'; } } # Check for an error $t_error_msg = strip_tags( gpc_get_string( 'error_msg', null ) ); if ( $t_error_msg != null ) { print "
$t_error_msg

"; } print lang_get( 'query_name' ) . ': '; ?>

'; print lang_get( 'make_public' ); print '
'; } ?> >

'; html_page_bottom();