Adds range to slider, and links it to year choice.

This commit is contained in:
Jonathan Rosenbaum
2015-01-24 03:33:17 +00:00
parent 2593c6fe9b
commit 9d4ec10312
3 changed files with 78 additions and 14 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ if($_GET['trans_type']=='all_types'){
$trans_type_state = 'all_types';
}
//record_count (state)
//record_count (SQL or state)
if($_GET['record_count']>0){
$record_count = $_GET['record_count'];
$number_of_transactions = $record_count;