Changeset 125894d in github


Ignore:
Timestamp:
May 2, 2011 12:05:02 PM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4d7fbd5
Parents:
90550b9
Message:

Fix expression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_session.php

    r638e345 r125894d  
    290290 
    291291    // 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)) 
    293293      $oldvars = $this->vars; 
    294294    else // else read data again 
Note: See TracChangeset for help on using the changeset viewer.