. #------------------------------ # $Revision: 2643 $ # $Author: al $ # $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $ #------------------------------ ?> $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 '
'; print "

$t_error_msg

"; print '
'; } ?>

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

'; html_page_bottom1( __FILE__ ); ?>