/[drupal]/contributions/modules/bitcache/adapters/dba.inc
ViewVC logotype

Diff of /contributions/modules/bitcache/adapters/dba.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Tue May 19 15:27:22 2009 UTC revision 1.4, Wed Jul 1 04:09:48 2009 UTC
# Line 16  class Bitcache_DBARepository extends Bit Line 16  class Bitcache_DBARepository extends Bit
16      $this->name    = !empty($options['name']) ? $options['name'] : NULL;      $this->name    = !empty($options['name']) ? $options['name'] : NULL;
17      $this->handler = !empty($options['adapter']) ? $options['adapter'] : 'gdbm';      $this->handler = !empty($options['adapter']) ? $options['adapter'] : 'gdbm';
18      $this->path    = !empty($options['location']) ? $options['location'] : bitcache_tmpname() . '.' . $this->handler;      $this->path    = !empty($options['location']) ? $options['location'] : bitcache_tmpname() . '.' . $this->handler;
19        $this->path    = bitcache_token_replace($this->path);
20      $this->options = $options;      $this->options = $options;
21      $this->create();      $this->create();
22    }    }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2