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

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

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

revision 1.2, Wed Jul 1 21:15:54 2009 UTC revision 1.3, Tue Jul 7 21:25:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: autotagging_tagthenet.module,v 1.2 2009/07/01 21:15:54 acstewart Exp $
3    
4  /*  /*
5   * @file autotagging_tagthenet.module   * @file autotagging_tagthenet.module
# Line 14  function autotagging_tagthenet_autotaggi Line 14  function autotagging_tagthenet_autotaggi
14  }  }
15    
16  /** implementation of hook_autotagging_api_update */  /** implementation of hook_autotagging_api_update */
17  function autotagging_tagthenet_autotaggin_api_update(&$node = NULL, &$text = NULL) {  function autotagging_tagthenet_autotagging_api_update(&$node = NULL, &$text = NULL) {
18    return autotagging_tagthenet_autotagging_api_insert($node, $text);    return autotagging_tagthenet_autotagging_api_insert($node, $text);
19  }  }
20    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2