Parent Directory
|
Revision Log
|
Revision Graph
|
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 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |