Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2, Sun Sep 3 17:11:38 2006 UTC | revision 1.3, Mon Sep 4 12:45:50 2006 UTC | |
|---|---|---|
| # | Line 22 | Line 22 |
| 22 | function node_gdata($op, $path = '') { | function node_gdata($op, $path = '') { |
| 23 | global $base_url, $user; | global $base_url, $user; |
| 24 | if (0 == ($module_details = variable_get('gdata_gdata', 0))) { | if (0 == ($module_details = variable_get('gdata_gdata', 0))) { |
| 25 | die(gdata_error('error')); | die(_gdata_error('error')); |
| 26 | } | } |
| 27 | switch ($op) { | switch ($op) { |
| 28 | case 'read': | case 'read': |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |