/[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.15, Fri Feb 6 12:40:53 2009 UTC revision 1.16, Thu Feb 19 23:58:53 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_alter_taxonomy.module,v 1.14 2009/01/26 20:15:33 damz Exp $  // $Id: comment_alter_taxonomy.module,v 1.15 2009/02/06 12:40:53 aclight Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 86  function comment_alter_taxonomy_form_alt Line 86  function comment_alter_taxonomy_form_alt
86        }        }
87      }      }
88    }    }
89    elseif ($form_id == 'comment_form') {    elseif ($form_id == 'comment_form' && empty($form['cid']['#value'])) {
90      comment_alter_taxonomy_comment_form($form);      comment_alter_taxonomy_comment_form($form);
91    }    }
92  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.2