diff options
Diffstat (limited to 'adodb-memcache.lib.inc.php')
| -rw-r--r-- | adodb-memcache.lib.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adodb-memcache.lib.inc.php b/adodb-memcache.lib.inc.php index c187cd2a..1ff43c9d 100644 --- a/adodb-memcache.lib.inc.php +++ b/adodb-memcache.lib.inc.php @@ -48,7 +48,7 @@ $db->CacheExecute($sql); var $_connected = false; var $_memcache = false; - function ADODB_Cache_MemCache(&$obj) + function __construct(&$obj) { $this->hosts = $obj->memCacheHost; $this->port = $obj->memCachePort; |
