|
|
Choosing A Webhost: |
mantisbt return_dynamic_filters.php,1.5,1.6: msg#00031bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv521 Modified Files: return_dynamic_filters.php Log Message: fix for 0005399: DHTML filters doesn't manage special characters - added Content-Type header with charset specified Index: return_dynamic_filters.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/return_dynamic_filters.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- return_dynamic_filters.php 12 Feb 2005 20:01:07 -0000 1.5 +++ return_dynamic_filters.php 11 Apr 2005 14:55:04 -0000 1.6 @@ -92,6 +92,9 @@ # function act(){ if(isset($_GET['filter_target'])){ + if ( ! headers_sent() ) { + header( 'Content-Type: text/html; charset=' . lang_get( 'charset' ) ); + } $filter = $_GET['filter_target']; $t_functionName = 'print_filter_'. substr($filter,0,-7); echo "<!-- $filter -->"; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core print_api.php,1.125,1.126 project_hierarchy_api.php,1.4,1.5 user_api.php,1.94,1.95, Glenn Henshaw |
|---|---|
| Next by Date: | mantisbt/core bug_api.php,1.92,1.93, Glenn Henshaw |
| Previous by Thread: | mantisbt/core print_api.php,1.125,1.126 project_hierarchy_api.php,1.4,1.5 user_api.php,1.94,1.95, Glenn Henshaw |
| Next by Thread: | mantisbt/core bug_api.php,1.92,1.93, Glenn Henshaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |