| 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 |
| 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 |
} |
} |