/[drupal]/contributions/modules/gdata/extras/gdata_node.inc
ViewVC logotype

Diff of /contributions/modules/gdata/extras/gdata_node.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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':

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

  ViewVC Help
Powered by ViewVC 1.1.2