aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_filter.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-07-22 10:32:25 +0000
committerrvelices <rv-github@modusoptimus.com>2008-07-22 10:32:25 +0000
commit4322abb39fe8672ba0179e9a460a73ae65fdfffc (patch)
treea88acf5edd7291cb926c60ecf796b5e7b3f8e0f4 /include/functions_filter.inc.php
parentecc5ee46fa3caf6622a4cccae3870a950fb0a969 (diff)
- add #user_cache.cache_update_time - useful for plugins or the filter when it is not possible/desirable to cache/calculate data specific to the user when pwg core does it; note that this opens the possibility to implement a data cache (file/shared mem/ etc...) for every user (for very large databases)
git-svn-id: http://piwigo.org/svn/trunk@2448 68402e56-0260-453c-a942-63ccdbb3a9ee
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