From 5d66a4bcf3ad5d584255184776f1f04451c929fc Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 19 Apr 2012 07:42:19 +0000 Subject: - Improved ttl values handling --- program/include/rcube.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcube.php') diff --git a/program/include/rcube.php b/program/include/rcube.php index 2566defa8..780f9b699 100644 --- a/program/include/rcube.php +++ b/program/include/rcube.php @@ -236,7 +236,7 @@ class rcube * * @param string $name Cache identifier * @param string $type Cache type ('db', 'apc' or 'memcache') - * @param int $ttl Expiration time for cache items in seconds + * @param string $ttl Expiration time for cache items * @param bool $packed Enables/disables data serialization * * @return rcube_cache Cache object -- cgit v1.2.3