Summary | undefined variable "lifetime" in memcache |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 06/21/2007 (6608 days ago) |
Due | |
Updated | 06/21/2007 (6608 days ago) |
Assigned | |
Resolved | 06/21/2007 (6608 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
(from the phpdoc as well). Fixed in CVS, thanks.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ undefined variable "lifetime" in memcache
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
PHP Notice: Undefined variable: lifetime in
/usr/local/lib/php/Horde/Cache/memcache.php on line 119
line 119 reads as:
$lifetime = $this->_getLifetime($lifetime);
shouldn't it be something like:
$lifetime = $this->_getLifetime($gc_time);