From a319b40c97c2fd6527eeb81d7d2f2d703756ef80 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 6 Sep 2010 10:07:43 -0400 Subject: common_cache_key() -> Cache::key() --- lib/util.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/util.php') 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)) { -- cgit v1.2.3-54-g00ecf