diff options
author | carl <> | 2007-07-26 16:04:07 +0000 |
---|---|---|
committer | carl <> | 2007-07-26 16:04:07 +0000 |
commit | 957ca3e04e57d809fce606aa02166e7c26787c9b (patch) | |
tree | b385f13fde973df7cfc7b2a0540dc2d7d0fc057e /framework/Caching | |
parent | bb0f7a0f25545b067d796d2eeeecb19901abdd5f (diff) |
Removed outcommented code from TMemCache
Diffstat (limited to 'framework/Caching')
-rw-r--r-- | framework/Caching/TMemCache.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php index b860db9f..0d3791f4 100644 --- a/framework/Caching/TMemCache.php +++ b/framework/Caching/TMemCache.php @@ -165,8 +165,6 @@ class TMemCache extends TCache if($this->_cache->addServer($this->_host,$this->_port)===false) throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); } - //if($this->_cache->connect($this->_host,$this->_port)===false) - // throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); $this->_initialized=true; parent::init($config); } |