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

Diff of /contributions/modules/autotagging/autotagging.module

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

revision 1.5, Mon Jul 13 17:25:01 2009 UTC revision 1.6, Wed Jul 22 18:24:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: autotagging.module,v 1.4 2009/07/11 22:06:07 acstewart Exp $  // $Id: autotagging.module,v 1.5 2009/07/13 17:25:01 acstewart Exp $
3  /*  /*
4   * @file autotagging.module   * @file autotagging.module
5   * Module for base Autotagging API.   * Module for base Autotagging API.
# Line 33  function autotagging_nodeapi(&$node, $op Line 33  function autotagging_nodeapi(&$node, $op
33    // act on the node    // act on the node
34    //    //
35    switch ($op) {    switch ($op) {
     case 'delete':  
       // TODO: delete existing terms for this node  
       //  
36      case 'update':      case 'update':
37      case 'insert':      case 'insert':
38        $terms = array();        $terms = array();

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2