Changeset 2093

Show
Ignore:
Timestamp:
07/26/2007 11:04:07 AM (16 months ago)
Author:
carl
Message:

Removed outcommented code from TMemCache

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Caching/TMemCache.php

    r2092 r2093  
    166166                throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); 
    167167        }        
    168                 //if($this->_cache->connect($this->_host,$this->_port)===false) 
    169                 //      throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); 
    170168                $this->_initialized=true; 
    171169                parent::init($config);