diff --git a/bolt_checkin_notes.txt b/bolt_checkin_notes.txt index 12c35e2bcf..4fd1e27c5b 100644 --- a/bolt_checkin_notes.txt +++ b/bolt_checkin_notes.txt @@ -301,3 +301,12 @@ David Oct 30 2008 bolt_compare.php bolt_map.php bossa_admin.php + +David Nov 2 2008 + - Filter questions + + html/ + inc/ + bolt_cat.inc + ops/ + bolt_map.php diff --git a/html/inc/bolt_cat.inc b/html/inc/bolt_cat.inc index 7b65625cc0..96a0d9e7d7 100644 --- a/html/inc/bolt_cat.inc +++ b/html/inc/bolt_cat.inc @@ -119,6 +119,21 @@ function breakdown_form($sel_name) { echo ""; } +// return filter and breakdown info for URLs +// +function filter_url() { + global $filter, $filter_cat, $breakdown, $breakdown_cat; + + $x = ""; + if ($filter && $filter_cat) { + $x .= "&filter=".$filter->name.":$filter_cat"; + } + if ($breakdown && $breakdown_cat) { + $x .= "&breakdown=".$breakdown->name.":$breakdown_cat"; + } + return $x; +} + // get filter and breakdown from form vars // function get_filters_from_form() { diff --git a/html/ops/bolt_map.php b/html/ops/bolt_map.php index 6f42ae1c8b..67e050a5f4 100644 --- a/html/ops/bolt_map.php +++ b/html/ops/bolt_map.php @@ -266,7 +266,7 @@ function show_unit_row($unit, $class, $level, $is_answer) { echo "