Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |