Changeset 8c2b883 in github
- Timestamp:
- Nov 11, 2011 7:12:28 AM (19 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 1cb0d64
- Parents:
- 710b1bd
- File:
-
- 1 edited
-
program/include/rcube_session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_session.php
r81f5dd7 r8c2b883 400 400 { 401 401 if ($this->key && $this->memcache) 402 $ this->mc_read($this->key);402 $data = $this->mc_read($this->key); 403 403 else if ($this->key) 404 $this->db_read($this->key); 404 $data = $this->db_read($this->key); 405 406 if ($data) 407 session_decode($data); 405 408 } 406 409
Note: See TracChangeset
for help on using the changeset viewer.
