From c5ee590c6dc94c7a26c72d966ad3f0fff941dd46 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 22 Oct 2009 01:15:15 +0000 Subject: - Patch #611048 by c960657: removed outdated comment in _registry_check_code(). --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 192f28e1a..b4f683840 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -1924,8 +1924,8 @@ function _registry_check_code($type, $name = NULL) { return; } - // $type can be one of 'function', 'interface' or 'class', so we only need the - // first letter to keep the cache key unique. + // $type is either 'interface' or 'class', so we only need the first letter to + // keep the cache key unique. $cache_key = $type[0] . $name; if (isset($lookup_cache[$cache_key])) { if ($lookup_cache[$cache_key]) { -- cgit v1.2.3