diff options
author | Evan Prodromou <evan@status.net> | 2010-09-06 10:07:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-09-06 10:07:43 -0400 |
commit | a319b40c97c2fd6527eeb81d7d2f2d703756ef80 (patch) | |
tree | 19f849d8abddc24b609d33a5710efb97b37a972f /lib/util.php | |
parent | e42d2124a319e72f949fa354cc75252f32a5a6c5 (diff) |
common_cache_key() -> Cache::key()
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util.php b/lib/util.php index f1ca009b4..20c9144d4 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1793,11 +1793,6 @@ function common_session_token() return $_SESSION['token']; } -function common_cache_key($extra) -{ - return Cache::key($extra); -} - function common_license_terms($uri) { if(preg_match('/creativecommons.org\/licenses\/([^\/]+)/', $uri, $matches)) { |