forked from science-ation/science-ation
Allow switching back to "all"
This commit is contained in:
parent
59c2809ef5
commit
496b18d2e2
@ -41,9 +41,13 @@
|
|||||||
|
|
||||||
if($_GET['sponsors_id'] && $_GET['sponsors_id']!="all")
|
if($_GET['sponsors_id'] && $_GET['sponsors_id']!="all")
|
||||||
$_SESSION['sponsors_id']=$_GET['sponsors_id'];
|
$_SESSION['sponsors_id']=$_GET['sponsors_id'];
|
||||||
|
else if($_GET['sponsors_id']=="all")
|
||||||
|
unset($_SESSION['sponsors_id']);
|
||||||
|
|
||||||
if($_GET['award_types_id'] && $_GET['award_types_id']!="all")
|
if($_GET['award_types_id'] && $_GET['award_types_id']!="all")
|
||||||
$_SESSION['award_types_id']=$_GET['award_types_id'];
|
$_SESSION['award_types_id']=$_GET['award_types_id'];
|
||||||
|
else if($_GET['award_types_id']=="all")
|
||||||
|
unset($_SESSION['award_types_id']);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if($_GET['award_sponsors_confirmed'] && $_GET['award_sponsors_confirmed']!="all")
|
if($_GET['award_sponsors_confirmed'] && $_GET['award_sponsors_confirmed']!="all")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user