Changeset 125894d in github
- Timestamp:
- May 2, 2011 12:05:02 PM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4d7fbd5
- Parents:
- 90550b9
- File:
-
- 1 edited
-
program/include/rcube_session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_session.php
r638e345 r125894d 290 290 291 291 // use internal data for fast requests (up to 0.5 sec.) 292 if ($key == $this->key && !($this->vars || $ts - $this->start < 0.5))292 if ($key == $this->key && (!$this->vars || $ts - $this->start < 0.5)) 293 293 $oldvars = $this->vars; 294 294 else // else read data again
Note: See TracChangeset
for help on using the changeset viewer.
