| 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 |
| 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 |
|
|