/[drupal]/contributions/modules/comment_subscribe/comment_subscribe.module
ViewVC logotype

Diff of /contributions/modules/comment_subscribe/comment_subscribe.module

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

revision 1.2.2.7, Fri Jan 30 08:23:50 2009 UTC revision 1.2.2.8, Sat Jan 31 09:57:43 2009 UTC
# Line 102  function comment_subscribe_nodeapi(&$nod Line 102  function comment_subscribe_nodeapi(&$nod
102        db_query($sql, $node->nid, $node->uid, $node->nodesubscribe);        db_query($sql, $node->nid, $node->uid, $node->nodesubscribe);
103      break;      break;
104    
105        case 'update':
106          $sql = "UPDATE {z_nodesubscribe} SET nodesubscribe =  %d WHERE nid = %d";
107          db_query($sql, $node->nodesubscribe, $node->nid);
108        break;
109    
110    }    }
111  }  }
112  /**  /**

Legend:
Removed from v.1.2.2.7  
changed lines
  Added in v.1.2.2.8

  ViewVC Help
Powered by ViewVC 1.1.2