|
|
mantisbt return_dynamic_filters.php,1.2,1.3: msg#00049
|
Subject: |
mantisbt return_dynamic_filters.php,1.2,1.3 |
Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23997
Modified Files:
return_dynamic_filters.php
Log Message:
fix for 0004967: DHTML filter loading does not handle advanced filters
effectively
Index: return_dynamic_filters.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/return_dynamic_filters.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- return_dynamic_filters.php 12 Dec 2004 14:21:44 -0000 1.2
+++ return_dynamic_filters.php 13 Dec 2004 23:13:39 -0000 1.3
@@ -21,6 +21,7 @@
compress_enable();
global $t_filter;
+ global $t_select_modifier;
$t_filter = current_user_get_bug_filter();
$t_filter = filter_ensure_valid_filter( $t_filter );
$t_project_id = helper_get_current_project();
-------------------------------------------------------
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://productguide.itmanagersjournal.com/
|
| |