aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_filter.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_filter.inc.php')
-rw-r--r--include/functions_filter.inc.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/functions_filter.inc.php b/include/functions_filter.inc.php
index 24efb0994..d121a214e 100644
--- a/include/functions_filter.inc.php
+++ b/include/functions_filter.inc.php
@@ -22,19 +22,6 @@
// +-----------------------------------------------------------------------+
-/**
- * Get a check key for filtered data
- * Check key are composed of elements witch force to compute data
- *
- * @param null
- * @return strinf check_key
- */
-function get_filter_check_key()
-{
- global $user, $filter;
-
- return $user['id'].$filter['recent_period'].date('Ymd');
-}
/**
* update data of categories with filtered values