summaryrefslogtreecommitdiff
path: root/program/include/rcube.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-19 07:42:19 +0000
committeralecpl <alec@alec.pl>2012-04-19 07:42:19 +0000
commit5d66a4bcf3ad5d584255184776f1f04451c929fc (patch)
treec203c622d679a5c60c03743ec2d878c754c47722 /program/include/rcube.php
parent6a8b4c2951314441e670d89204dd3b913698b23d (diff)
- Improved ttl values handling
Diffstat (limited to 'program/include/rcube.php')
-rw-r--r--program/include/rcube.php2
1 files changed, 1 insertions, 1 deletions
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