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

Diff of /contributions/modules/comment_alter_taxonomy/comment_alter_taxonomy.module

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

revision 1.14, Mon Jan 26 20:15:33 2009 UTC revision 1.15, Fri Feb 6 12:40:53 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_alter_taxonomy.module,v 1.13 2009/01/26 18:31:01 damz Exp $  // $Id: comment_alter_taxonomy.module,v 1.14 2009/01/26 20:15:33 damz Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 264  function comment_alter_taxonomy_comment( Line 264  function comment_alter_taxonomy_comment(
264   * saves a record of the terms assigned to a node at the time of a certain   * saves a record of the terms assigned to a node at the time of a certain
265   * comment.   * comment.
266   *   *
267   * @param $nid   * @param $node
268   *   The nid of the node.   *   The node for which to save the term.
269   * @param $cid   * @param $cid
270   *   The cid of the comment.  Set this to 0 if this is the original   *   The cid of the comment.  Set this to 0 if this is the original
271   *   node and not an actual comment.   *   node and not an actual comment.
# Line 479  function comment_alter_taxonomy_theme() Line 479  function comment_alter_taxonomy_theme()
479   * NOTE:  This function (and any function that overrides it)   * NOTE:  This function (and any function that overrides it)
480   * must sanitize the term name to prevent XSS vulnerabilities.   * must sanitize the term name to prevent XSS vulnerabilities.
481   *   *
482     * @param $node
483     *  The node for which the taxonomy was altered.
484   * @param $term   * @param $term
485   *  The taxonomy term object.   *  The taxonomy term object.
486   * @return   * @return

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2