diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-19 07:42:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-19 07:42:19 +0000 |
| commit | 392903aed8e7889b867e89669095ad473f9fb5bb (patch) | |
| tree | 472a1a9e11999bb9bbf47163d0f37a077c37c8c8 /roundcubemail/program/include/rcube.php | |
| parent | 2c79c401f0c4fc90ecd9fc06ae1eb5dbf8a3dca2 (diff) | |
- Improved ttl values handling
git-svn-id: https://svn.roundcube.net/trunk@6103 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube.php')
| -rw-r--r-- | roundcubemail/program/include/rcube.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube.php b/roundcubemail/program/include/rcube.php index 2566defa8..780f9b699 100644 --- a/roundcubemail/program/include/rcube.php +++ b/roundcubemail/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 |
