/[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.2.2.22, Mon Mar 30 08:51:55 2009 UTC revision 1.2.2.23, Mon Mar 30 08:58:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: blog_reactions.module,v 1.2.2.21 2009/03/30 08:18:38 sanduhrs Exp $ */  /* $Id: blog_reactions.module,v 1.2.2.22 2009/03/30 08:51:55 sanduhrs Exp $ */
3    
4  /**  /**
5   * Blog reactions   * Blog reactions
# Line 407  function blog_reactions_cron() { Line 407  function blog_reactions_cron() {
407                                LEFT JOIN {blog_reactions} br ON br.nid = n.nid                                LEFT JOIN {blog_reactions} br ON br.nid = n.nid
408                                WHERE n.type IN('". $where ."')                                WHERE n.type IN('". $where ."')
409                                AND n.nid > %d                                AND n.nid > %d
410                                  AND n.status = 1
411                                GROUP BY n.nid                                GROUP BY n.nid
412                                ORDER BY n.nid ASC", $last_update_nid, 0, $limit);                                ORDER BY n.nid ASC", $last_update_nid, 0, $limit);
413    $num_rows = FALSE;    $num_rows = FALSE;

Legend:
Removed from v.1.2.2.22  
changed lines
  Added in v.1.2.2.23

  ViewVC Help
Powered by ViewVC 1.1.2