/[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.3, Mon Dec 22 09:40:51 2008 UTC revision 1.2.2.4, Sat Dec 27 05:44:52 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_subscribe.module,v 1.2.2.1 2008/07/28 09:31:25 zyxware Exp $  // $Id: comment_subscribe.module,v 1.2.2.3 2008/12/22 09:40:51 zyxware Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 571  function comment_subscribe_enable() { Line 571  function comment_subscribe_enable() {
571      left join {z_commentsubscribe} cs on c1.cid = cs.cid where cs.subscribe is NULL";      left join {z_commentsubscribe} cs on c1.cid = cs.cid where cs.subscribe is NULL";
572      db_query($sql);      db_query($sql);
573      //Insert previous node informations in to the z_nodesubscribe table.      //Insert previous node informations in to the z_nodesubscribe table.
574      db_query("INSERT INTO z_nodesubscribe (nid, uid) select nid,uid from node");      db_query("INSERT INTO {z_nodesubscribe} (nid, uid) select nid,uid from node");
575    }    }
576   }   }

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

  ViewVC Help
Powered by ViewVC 1.1.2