mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Adds range to slider, and links it to year choice.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user