Changeset b8ea160 in github for program/include/rcmail.php


Ignore:
Timestamp:
Mar 22, 2012 3:19:50 PM (14 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
f5a7e12
Parents:
0223094
Message:

Always return the correct connection state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcmail.php

    ra71a97f rb8ea160  
    729729      else { 
    730730        $this->set_storage_prop(); 
    731         return $storage->is_connected(); 
    732       } 
    733     } 
    734  
    735     return false; 
     731      } 
     732    } 
     733 
     734    return $storage->is_connected(); 
    736735  } 
    737736 
Note: See TracChangeset for help on using the changeset viewer.