Changeset 60a277f in github
- Timestamp:
- Apr 27, 2011 4:34:16 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b04c51f
- Parents:
- e54f4b25
- File:
-
- 1 edited
-
program/include/rcube_session.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_session.php
r68f39ef r60a277f 78 78 array($this, 'mc_write'), 79 79 array($this, 'mc_destroy'), 80 array($this, ' rcube_gc'));80 array($this, 'gc')); 81 81 } 82 82 else { … … 191 191 } 192 192 193 $this->unsets = array(); 194 return true; 195 } 196 197 193 return true; 194 } 195 196 197 /** 198 * Merge vars with old vars and apply unsets 199 */ 198 200 private function _fixvars($vars, $oldvars) 199 201 {
Note: See TracChangeset
for help on using the changeset viewer.
