Changeset 3681 for branches/0.9/lib/Doctrine/Cache/Memcache.php
- Timestamp:
- 01/29/08 19:54:04 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.9/lib/Doctrine/Cache/Memcache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/lib/Doctrine/Cache/Memcache.php
r2963 r3681 87 87 if (is_array($tmp)) { 88 88 return $tmp[0]; 89 } else if (is_string($tmp)) { 90 return $tmp; 89 91 } 90 92