diff options
Diffstat (limited to 'includes/account.php')
-rw-r--r-- | includes/account.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/includes/account.php b/includes/account.php index 56dd026..066f18b 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1834,6 +1834,21 @@ exit; } + if($oldid == 18 && array_key_exists('filter',$_REQUEST) && $_REQUEST['filter']!= "") + { + $id=18; + $_SESSION['_config']['orgfilterid']=$_REQUEST['orgfilterid']; + $_SESSION['_config']['sorting']=$_REQUEST['sorting']; + $_SESSION['_config']['status']=$_REQUEST['status']; + } + + if($oldid == 18 && array_key_exists('reset',$_REQUEST) && $_REQUEST['reset']!= "") + { + $id=18; + $_SESSION['_config']['orgfilterid']=0; + $_SESSION['_config']['sorting']=0; + $_SESSION['_config']['status']=0; + } if($process != "" && $oldid == 20) { |