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

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

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

revision 1.3, Tue Aug 22 11:50:18 2006 UTC revision 1.4, Wed Aug 23 20:34:36 2006 UTC
# Line 199  function transform_edges($edges) { Line 199  function transform_edges($edges) {
199  }  }
200    
201  $at_start = res_start();  $at_start = res_start();
202  if (!function_exists('dba_open')) {  if (!function_exists('dba_open') && SNA_CACHE_ENABLED) {
203    die('Dba support is not available.');    die('Dba support is not available.');
204  }  }
205    

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

  ViewVC Help
Powered by ViewVC 1.1.2