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

Diff of /contributions/modules/blog_reactions/blog_reactions.module

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

revision 1.1.2.24, Mon Mar 30 08:52:04 2009 UTC revision 1.1.2.25, Mon Mar 30 08:58:09 2009 UTC
# Line 1  Line 1 
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
# Line 408  function blog_reactions_cron() { Line 408  function blog_reactions_cron() {
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) {

Legend:
Removed from v.1.1.2.24  
changed lines
  Added in v.1.1.2.25

  ViewVC Help
Powered by ViewVC 1.1.2