/[drupal]/contributions/modules/sna/common.php
ViewVC logotype

Diff of /contributions/modules/sna/common.php

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

revision 1.5, Mon Sep 4 10:32:55 2006 UTC revision 1.5.4.1, Mon Jul 30 11:48:18 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: common.php,v 1.4 2006/09/04 10:13:07 aronnovak Exp $  // $Id: common.php,v 1.5 2006/09/04 10:32:55 aronnovak Exp $
3  /**  /**
4   * Common things in SNA related files   * Common things in SNA related files
5   *   *
# Line 20  define('APPLET_PATH', '/modules/sna/appl Line 20  define('APPLET_PATH', '/modules/sna/appl
20  /**  /**
21   * Set the dba_handler   * Set the dba_handler
22   */   */
23  define('DBA_HANDLER', 'gdbm');  define('DBA_HANDLER', 'dbm');
24    
25  // Set some starting value  // Set some starting value
26  if (function_exists('variable_get')) {  if (function_exists('variable_get')) {
# Line 55  define('CACHE_PATH', $files_path . 'min_ Line 55  define('CACHE_PATH', $files_path . 'min_
55   * and you want to try out this module it's a possible   * and you want to try out this module it's a possible
56   * solution to turn this off.   * solution to turn this off.
57   */   */
58  define('SNA_CACHE_ENABLED', TRUE);  define('SNA_CACHE_ENABLED', FALSE);
59    
60  /**  /**
61   * Possible options: nodes, buddy, stats   * Possible options: nodes, buddy, stats

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.4.1

  ViewVC Help
Powered by ViewVC 1.1.2