| 1 |
<?php |
<?php |
| 2 |
/* $Id: blog_reactions.module,v 1.1.2.23 2009/03/30 08:18:49 sanduhrs Exp $ */ |
/* $Id: blog_reactions.module,v 1.1.2.24 2009/03/30 08:52:04 sanduhrs Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Blog reactions |
* Blog reactions |
| 408 |
LEFT JOIN {blog_reactions} br ON br.nid = n.nid |
LEFT JOIN {blog_reactions} br ON br.nid = n.nid |
| 409 |
WHERE n.type IN('". $where ."') |
WHERE n.type IN('". $where ."') |
| 410 |
AND n.nid > %d |
AND n.nid > %d |
| 411 |
|
AND n.status = 1 |
| 412 |
GROUP BY n.nid |
GROUP BY n.nid |
| 413 |
ORDER BY n.nid ASC", $last_update_nid, 0, $limit); |
ORDER BY n.nid ASC", $last_update_nid, 0, $limit); |
| 414 |
if (db_num_rows($result) == 0) { |
if (db_num_rows($result) == 0) { |